Source position: jwawinuser.pas line 3449
type tagCREATESTRUCTA = record |
lpCreateParams: LPVOID; |
hInstance: HINST; |
hMenu: HMENU; |
hwndParent: HWND; |
cy: Integer; |
cx: Integer; |
y: Integer; |
x: Integer; |
style: LONG; |
lpszName: LPCSTR; |
lpszClass: LPCSTR; |
dwExStyle: DWORD; |
end; |