Source position: jwawinuser.pas line 1778
type tagWNDCLASSEXW = record |
cbSize: UINT; |
style: UINT; |
lpfnWndProc: WNDPROC; |
cbClsExtra: Integer; |
cbWndExtra: Integer; |
hInstance: HINST; |
hIcon: HICON; |
hCursor: HCURSOR; |
hbrBackground: HBRUSH; |
lpszMenuName: LPCWSTR; |
lpszClassName: LPCWSTR; |
hIconSm: HICON; |
end; |