#define WINAPI __stdcall
#define CALLBACK __stdcall
 
都是__stdcall,无本质区别。
CALLBACK只是为了告诉我们这是一个回调函数。
05-18 05:28