Directory Services

DSA_SEC_PAGE_INFO

The DSA_SEC_PAGE_INFO structure is used with the WM_ADSPROP_SHEET_CREATE and WM_DSA_SHEET_CREATE_NOTIFY messages to define a secondary property sheet in an Active Directory MMC snap-in. This structure is not used with Windows 2000. For Windows 2000, the WM_ADSPROP_SHEET_CREATE and WM_DSA_SHEET_CREATE_NOTIFY messages use the DSA_SEC_PAGE_INFO_WIN2K structure.

Note  This structure is not defined in a published header file. To use this structure, define it in the exact format shown.

typedef struct _DSA_SEC_PAGE_INFO {
HWND hwndParentSheet;
DWORD offsetTitle;
DSOBJECTNAMES dsObjectNames; } DSA_SEC_PAGE_INFO, *PDSA_SEC_PAGE_INFO;

Members

hwndParentSheet
Contains the window handle of the parent of the secondary property sheet.
offsetTitle
Contains the offset, in bytes, from the start of the DSA_SEC_PAGE_INFO structure to a NULL-terminated, Unicode string that contains the title of the secondary property sheet.
dsObjectNames
Contains a DSOBJECTNAMES structure that defines the secondary property sheet. Only one secondary property sheet can be created at a time, so the DSOBJECTNAMES structure can only contain one DSOBJECT structure.

Requirements

Client: Included in Windows XP.
Server: Included in Windows Server 2003.

See Also

WM_ADSPROP_SHEET_CREATE, WM_DSA_SHEET_CREATE_NOTIFY, DSA_SEC_PAGE_INFO_WIN2K, DSOBJECTNAMES, DSOBJECT