main是C/C++的标准入口函数名WinMain是windows API窗体程序的入口函数。(int WINAPI WinMain())中WINAPI是_stdcall宏,在windef.h中定义的。
確定! 回上一頁