CREATESTRUCTW
extern (Windows)
struct CREATESTRUCTW {
}
- cx
int cx;
Undocumented in source.
- cy
int cy;
Undocumented in source.
- dwExStyle
DWORD dwExStyle;
Undocumented in source.
- hInstance
HINSTANCE hInstance;
Undocumented in source.
- hMenu
HMENU hMenu;
Undocumented in source.
- hwndParent
HWND hwndParent;
Undocumented in source.
- lpCreateParams
LPVOID lpCreateParams;
Undocumented in source.
- lpszClass
LPCWSTR lpszClass;
Undocumented in source.
- lpszName
LPCWSTR lpszName;
Undocumented in source.
- style
LONG style;
Undocumented in source.
- x
int x;
Undocumented in source.
- y
int y;
Undocumented in source.
dgui core winapi
aliasesenumsfunctionsstructsvariables