Posted: Thu Apr 22, 2010 1:53 am Post subject: STDCALL
Hi I was reading into guide And that Concept Dont like Can Someone tell me In Language ASM what is STDCALL in the guide say It Put parameters for read the program that is true ??
STDCALL is a calling convention. Parameters are passed to the function on the stack from right to left. It is the job of the callee to clean up the stack (retn). _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum