Robertvokac (talk | contribs) No edit summary |
Robertvokac (talk | contribs) m (Robertvokac moved page Speedy Blupi/Used technologies/Windows API to Windows API without leaving a redirect) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
nCmdShow - specifies the starting mode of the application (minimized, maximized or normal) | nCmdShow - specifies the starting mode of the application (minimized, maximized or normal) | ||
[[Category:Technologies used by Speedy Blupi]] |
Latest revision as of 19:24, 8 November 2024
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)