Directory Services

DSA_SEC_PAGE_INFO_WIN2K

The DSA_SEC_PAGE_INFO_WIN2K 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 only used with Windows 2000. After Windows 2000, the WM_ADSPROP_SHEET_CREATE and WM_DSA_SHEET_CREATE_NOTIFY messages use the DSA_SEC_PAGE_INFO 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_WIN2K {
DWORD offsetTitle;
DSOBJECTNAMES dsObjectNames; } DSA_SEC_PAGE_INFO_WIN2K, *PDSA_SEC_PAGE_INFO_WIN2K;

Members

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 2000 Professional.
Server: Included in Windows 2000 Server.

See Also

WM_ADSPROP_SHEET_CREATE, WM_DSA_SHEET_CREATE_NOTIFY, DSA_SEC_PAGE_INFO, DSOBJECTNAMES, DSOBJECT