3.1.5.2 IADProxy Interface

The IADProxy interface inherits the IUnknown interface, as specified in [MS-DCOM] section 3.1.1.5.8. Method opnum field values start with 3; opnum values 0 through 2 represent the IUnknown_QueryInterface, AddRef, and Release methods, respectively.

To receive incoming remote calls for this interface, the server MUST implement a DCOM object that uses the UUID {4BB8AB1D-9EF9-4100-8EB6-DD4B4E418B72}.

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

Methods in RPC Opnum Order

Method

Description

CreateObject

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

Opnum: 3

DeleteObject

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

Opnum: 4

ModifyObject

Add, delete, or modify attributes of an Active Directory object that has the specified distinguished name.

Opnum: 5