Directory Services |
The IDsAdminNewObjPrimarySite interface is implemented by the system and is used by a primary object creation extension to create a new temporary Active Directory® object and then commit the object to persistent memory. To obtain an instance of this interface call QueryInterface with IID_IDsAdminNewObjPrimarySite on the IDsAdminNewObj interface passed to IDsAdminNewObjExt::Initialize.
The IDsAdminNewObjPrimarySite interface inherits the methods of the standard COM interface IUnknown.
In addition, IDsAdminNewObjPrimarySite defines the following methods.
Method | Description |
---|---|
CreateNew | Enables a primary object creation extension to create a temporary Active Directory® object. |
Commit | Writes a temporary Active Directory object to persistent memory. |
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, IDsAdminNewObj, IDsAdminNewObjExt::Initialize