_stdcall:  used to call Win32 API functions
_pascal:   is no longer supported.Use WINAPI where you previously used PASCAL .
_codecl:   is the default calling convention for C and C++ programs
CALLBACK:  Use in place of FAR PASCAL in application callback routines such 
           as window procedures and dialog procedures