DSA_SEC_PAGE_INFO structure

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.

Note

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

Syntax

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

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008

See also

WM_ADSPROP_SHEET_CREATE

WM_DSA_SHEET_CREATE_NOTIFY

DSOBJECTNAMES

DSOBJECT