Platform SDK: Active Directory, ADSI, and Directory Services

IADsReplicaPointer

The IADsReplicaPointer interface provides methods for an ADSI client to access the Replica Pointer attribute in Novell NetWareŽ Directory Services (NDS).

You can call the property methods of this interface to obtain and modify the NDS attribute.

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.

IADsReplicaPointer property methods Description
get/put_ServerName Gets/Puts the server name.
get/put_ReplicaType Gets/Puts the replica type.
get/put_ReplicaNumber Gets/Puts the replica identifier.
get/put_Count Gets/Puts the replica count.
get/put_ReplicaAddressHints Gets/Puts a hints of where a name server might be located.

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

IADsReplicaPointer Property Methods