Directory Services |
The IDsAdminNewObjExt interface is implemented by an object creation wizard extension. This interface is used by the Microsoft® 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.
The IDsAdminNewObjExt interface inherits the methods of the standard COM interface IUnknown.
In addition, IDsAdminNewObjExt defines the following methods.
Method | Description |
---|---|
Initialize | Initializes a object creation wizard extension. |
AddPages | Called to enable the object creation wizard extension to add the desired pages to the wizard. |
SetObject | Provides the object creation extension with a pointer to the Active Directory object created. |
WriteData | Enables the object creation wizard extension to write its data into the Active Directory object. |
OnError | Called when an error occurs in the wizard pages. |
GetSummaryInfo | Obtains a string that contains a summary of the data gathered by the new object wizard extension page. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsadmin.h.
Active Directory Admin Interfaces, IDsAdminCreateObj, IDsAdminNewObj, IDsAdminNewObjPrimarySite