main 是C/C++的标準入口函數名. WinMain是windows API窗體程序的入口函數。(int WINAPI WinMain()) 中WINAPI是__stdcall宏,在windef.h中定義的。
確定! 回上一頁