Source position: jwaprsht.pas line 367
type _PROPSHEETHEADERW = record |
dwSize: DWORD; |
dwFlags: DWORD; |
hwndParent: HWND; |
hInstance: HINST; |
u: record |
case Integer of |
0: ( |
hIcon: HICON; |
); |
1: ( |
pszIcon: LPCWSTR; |
); |
end; |
pszCaption: LPCWSTR; |
nPages: UINT; |
u2: record |
case Integer of |
0: ( |
nStartPage: UINT; |
); |
1: ( |
pStartPage: LPCWSTR; |
); |
end; |
u3: record |
case Integer of |
0: ( |
ppsp: LPCPROPSHEETPAGEW; |
); |
1: ( |
phpage: PHPROPSHEETPAGE; |
); |
end; |
pfnCallback: PFNPROPSHEETCALLBACK; |
u4: record |
case Integer of |
0: ( |
hbmWatermark: HBITMAP; |
); |
1: ( |
pszbmWatermark: LPCWSTR; |
); |
end; |
hplWatermark: HPALETTE; |
u5: record |
case Integer of |
0: ( |
hbmHeader: HBITMAP; |
); |
1: ( |
pszbmHeader: LPCWSTR; |
); |
end; |
end; |