WinMainint WinMain(          HINSTANCE hInstance,
WinMain    HINSTANCE hPrevInstance,
WinMain    LPSTR lpCmdLine,
WinMain    
int nCmdShow
WinMain);

The WinMain function is called by the system as the initial entry point for windows-based appliction.

WinMain函数是应用程序的入口点。

相关文章: