Directory Services |
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;
Client: Included in
Windows 2000 Professional.
Server: Included in Windows 2000 Server.
WM_ADSPROP_SHEET_CREATE, WM_DSA_SHEET_CREATE_NOTIFY, DSA_SEC_PAGE_INFO, DSOBJECTNAMES, DSOBJECT