IDsAdminNewObjExt interface (dsadmin.h)

The IDsAdminNewObjExt interface is implemented by an object creation wizard extension. This interface is used by the Active Directory administrative MMC snap-ins to control the object creation extension. The snap-in creates an instance of this object by using the CLSID of the extension.

Inheritance

The IDsAdminNewObjExt interface inherits from the IUnknown interface. IDsAdminNewObjExt also has these types of members:

Methods

The IDsAdminNewObjExt interface has these methods.

 
IDsAdminNewObjExt::AddPages

The IDsAdminNewObjExt::AddPages method is called to enable the object creation wizard extension to add the desired pages to the wizard.
IDsAdminNewObjExt::GetSummaryInfo

The IDsAdminNewObjExt::GetSummaryInfo method obtains a string that contains a summary of the data gathered by the new object wizard extension page. This string is displayed in the wizard Finish page.
IDsAdminNewObjExt::Initialize

The IDsAdminNewObjExt::Initialize method initializes an object creation wizard extension.
IDsAdminNewObjExt::OnError

Called when an error has occurred in the wizard pages.
IDsAdminNewObjExt::SetObject

The IDsAdminNewObjExt::SetObject method provides the object creation extension with a pointer to the directory object created.
IDsAdminNewObjExt::WriteData

Enables the object creation wizard extension to write its data into an object in Active Directory Domain Services.

Requirements

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

See also

Admin Interfaces in Active Directory Domain Services

IDsAdminCreateObj

IDsAdminNewObj

IDsAdminNewObjPrimarySite