DSA_NEWOBJ_DISPINFO structure (dsadmin.h)

The DSA_NEWOBJ_DISPINFO structure is used with the IDsAdminNewObjExt::Initialize method to supply additional data about an Active Directory Domain Services object creation wizard.

Syntax

typedef struct {
  DWORD  dwSize;
  HICON  hObjClassIcon;
  LPWSTR lpszWizTitle;
  LPWSTR lpszContDisplayName;
} DSA_NEWOBJ_DISPINFO, *LPDSA_NEWOBJ_DISPINFO;

Members

dwSize

Contains the size, in bytes, of the structure. This member is used for versioning purposes.

hObjClassIcon

Contains the handle of the class icon for the object created.

lpszWizTitle

Pointer to a null-terminated Unicode string that contains the title of the wizard.

lpszContDisplayName

Pointer to a null-terminated Unicode string that contains the display name, or canonical name, of the container the object is created in.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header dsadmin.h

See also

IDsAdminNewObjExt::Initialize