Source position: jwawinuser.pas line 1824
type tagWNDCLASSA = record |
style: UINT; |
lpfnWndProc: WNDPROC; |
cbClsExtra: Integer; |
cbWndExtra: Integer; |
hInstance: HINST; |
hIcon: HICON; |
hCursor: HCURSOR; |
hbrBackground: HBRUSH; |
lpszMenuName: LPCSTR; |
lpszClassName: LPCSTR; |
end; |