Directory Services |
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;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsadmin.h.