WNDCLASSW
version(Windows)
__gshared extern (
Windows)
struct WNDCLASSW {
}
- cbClsExtra
int cbClsExtra;
Undocumented in source.
- cbWndExtra
int cbWndExtra;
Undocumented in source.
- hCursor
HCURSOR hCursor;
Undocumented in source.
- hIcon
HICON hIcon;
Undocumented in source.
- hInstance
HINSTANCE hInstance;
Undocumented in source.
- hbrBackground
HBRUSH hbrBackground;
Undocumented in source.
- lpfnWndProc
WNDPROC lpfnWndProc;
Undocumented in source.
- lpszClassName
LPCWSTR lpszClassName;
Undocumented in source.
- lpszMenuName
LPCWSTR lpszMenuName;
Undocumented in source.
- style
uint style;
Undocumented in source.
ws wm win32 api
aliasesstatic functionsstatic variablesstructs