×
Create a new article
Write your page title here:
We currently have 176 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
176Articles
Revision as of 19:24, 8 November 2024 by Robertvokac (talk | contribs) (Robertvokac moved page Speedy Blupi/Used technologies/Windows API to Windows API without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

hInstance - application handle

hPrevInstance - obsolete parameter, which is always null

lpCmdLine - command line, which started the application, similar to the args parameter to main in C

nCmdShow - specifies the starting mode of the application (minimized, maximized or normal)