Directory Services

PROPSHEETCFG

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;

Members

lNotifyHandle
Contains the notification handle. This is identical to the handle passed for the handle parameter in the IExtendPropertySheet2::CreatePropertyPages method.
hwndParentSheet
Contains the window handle of the parent property sheet.
hwndHidden
Contains the handle of the hidden window.
wParamSheetClose
Contains an application-defined 32-bit value. This value is passed back to the application in the wParam of the WM_DSA_SHEET_CLOSE_NOTIFY message.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.

See Also

CFSTR_DS_PROPSHEETCONFIG, WM_DSA_SHEET_CLOSE_NOTIFY