CREATEWINDOW |
Crée une fenêtre |
---|---|
USER.EXE |
Syntaxe
HWND CreateWindow(LPCSTR lpszClassName, LPCSTR lpszWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hwndParent, HMENU hmenu, HINSTANCE hinst, void FAR* lpvParam); |
Description
Cette fonction permet de créer une fenêtre.
Dernière mise à jour : Lundi, le 11 Avril 2022