WINAPI

#define WINAPI __stdcall

 * This statement specifies a calling convention that involves how machine code is 
   generated to place function call arguments on the stack. Most Windows function calls 
   are declared as WINAPI

Last updated