Directory Services |
The PROPSHEETCFG structure is used to contain property sheet configuration data. This structure is contained in the CFSTR_DS_PROPSHEETCONFIG clipboard format.
Note This structure is not defined in a published header file. To use this structure, you must define it yourself in the exact format shown.
typedef struct {
LONG_PTR lNotifyHandle;
HWND hwndParentSheet;
HWND hwndHidden;
WPARAM wParamSheetClose; } PROPSHEETCFG, *PPROPSHEETCFG;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.