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