Directory Services |
The IDsAdminNewObj interface is used by a primary or secondary object creation wizard extension to obtain page count data and to control the command buttons in the wizard. An instance of this interface is passed to the extension in the IDsAdminNewObjExt::Initialize method.
The IDsAdminNewObj interface inherits the methods of the standard COM interface IUnknown.
In addition, IDsAdminNewObj defines the following methods.
Method | Description |
---|---|
SetButtons | Enables or disables the "Next" command button in the wizard for a specific page. |
GetPageCounts | Obtains the total number of pages in the wizard as well as the index of the first page of the extension. |
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, IDsAdminNewObjExt::Initialize, IDsAdminCreateObj, IDsAdminNewObjExt, IDsAdminNewObjPrimarySite