int WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow
);
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow
);
The WinMain function is called by the system as the initial entry point for windows-based appliction.
WinMain函数是应用程序的入口点。