[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lcltype.pp line 2593
type tagWNDCLASSW = record |
||
style: UINT; |
|
|
lpfnWndProc: TFNWndProc; |
|
|
cbClsExtra: Integer; |
|
|
cbWndExtra: Integer; |
|
|
hInstance: HINST; |
|
|
hIcon: HICON; |
|
|
hCursor: HCURSOR; |
|
|
hbrBackground: HBRUSH; |
|
|
lpszMenuName: PWideChar; |
|
|
lpszClassName: PWideChar; |
|
|
end; |
lazarus-ccr.sourceforge.net |