WinMain

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

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

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

你可能感兴趣的:(main)