3.1.5.3 IADProxy2 Interface

The IADProxy2 interface inherits the IADProxy interface, which in turn inherits the IUnknown interface, as specified in [MS-DCOM] section 3.1.1.5.8. Method opnum field values start with 6. Opnum values 0 through 2 represent the IUnknown::QueryInterface, AddRef, and Release methods, respectively. Opnums 3 through 5 are inherited from IADProxy.

To receive incoming remote calls for this interface, the server MUST implement a DCOM object that uses the UUID {C4B0C7D9-ABE0-4733-A1E1-9FDEDF260C7A}.

In these methods, some error codes are implementation-specific and are referred to as nonzero implementation-specific error codes.<51>

Methods in RPC Opnum Order

Method

Description

CreateObject

Create an Active Directory object that has the specified distinguished name and attributes.

Opnum: 6

DeleteObject

Delete an Active Directory object that has the specified distinguished name and attributes.

Opnum: 7

ModifyObject

Add, delete, or modify attributes of the specified Active Directory object.

Opnum: 8