Directory Services

DSA_NEWOBJ_DISPINFO

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

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

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsadmin.h.

See Also

IDsAdminNewObjExt::Initialize