WINMAIN()

the documentation for this function is in "/Platform SDK/User Interface Services/Windowing/Windows/Window Reference/Window Functions"

int
WINAPI
WinMain(
    HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpCmdLine,
    int nShowCmd
    );

Last updated