__stdcall,__cdecl,_cdecl,_stdcall,__fastcall,_fastcall 区别简介
http://apps.hi.baidu.com/share/detail/2589776
需要区别__stdcall和__cdecl两者的区别;
#define CALLBACK __stdcall#define WINAPI __stdcall#define WINAPIV __cdecl#define APIENTRY WINAPI#define APIPRIVATE __stdc