IDsAdminNewObj interface (dsadmin.h)

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.

Inheritance

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

Methods

The IDsAdminNewObj interface has these methods.

 
IDsAdminNewObj::GetPageCounts

The IDsAdminNewObj::GetPageCounts method obtains the total number of pages in the wizard as well as the index of the first page of the extension.
IDsAdminNewObj::SetButtons

The IDsAdminNewObj::SetButtons method enables or disables the "Next" command button in the wizard for a specific page.

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

IDsAdminNewObjExt

IDsAdminNewObjExt::Initialize

IDsAdminNewObjPrimarySite