Platform SDK: Active Directory, ADSI, and Directory Services

IADsDNWithBinary

The IADsDNWithBinary interface provides methods for an ADSI client to associate a distinguished name (DN) with the GUID of an object.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IDispatch methods Description
GetTypeInfoCount Gets the number of type descriptions.
GetTypeInfo Gets a description of object's programmable interface.
GetIDsOfNames Maps name of method or property to DISPID.
Invoke Calls one of the object's methods or gets and sets one of its properties.

IADsDNWithBinary property methods Description
get_BinaryValue Retrieves the GUID value associated with a DN of an object.
put_BinaryValue Associates the GUID value of the object with a DN.
get_DNString Retrieves the DN of the object associated with a given GUID.
put_DNString Associates a DN with the GUID of an object.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
  Windows 95/98: Requires Windows 95 or later (with DSClient).
  Header: Declared in Iads.h.

See Also

IADsDNWithBinary Property Methods