Udalosti
19. 11., 23 - 21. 11., 23
Získajte konkurenčnú výhodu, ktorú potrebujete s výkonnými AI a cloudovými riešeniami, keď sa zúčastníte na online konferencii Microsoft Ignite.
Zaregistrovať saTento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
Sent when an application requests that a window be created by calling the CreateWindowEx or CreateWindow function. (The message is sent before the function returns.) The window procedure of the new window receives this message after the window is created, but before the window becomes visible.
A window receives this message through its WindowProc function.
#define WM_CREATE 0x0001
wParam
This parameter is not used.
lParam
A pointer to a CREATESTRUCT structure that contains information about the window being created.
Type: LRESULT
If an application processes this message, it should return zero to continue creation of the window. If the application returns –1, the window is destroyed and the CreateWindowEx or CreateWindow function returns a NULL handle.
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Reference
Conceptual
Udalosti
19. 11., 23 - 21. 11., 23
Získajte konkurenčnú výhodu, ktorú potrebujete s výkonnými AI a cloudovými riešeniami, keď sa zúčastníte na online konferencii Microsoft Ignite.
Zaregistrovať sa