Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ADS_REPLICAPOINTER structure (iads.h)

The ADS_REPLICAPOINTER structure represents an ADSI representation of the Replica Pointer attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0012 {
 LPWSTR ServerName;
 DWORD ReplicaType;
 DWORD ReplicaNumber;
 DWORD Count;
 PADS_NETADDRESS ReplicaAddressHints;
} ADS_REPLICAPOINTER, *PADS_REPLICAPOINTER;

Members

ServerName

The null-terminated Unicode string that contains the name of the name server that holds the replica.

ReplicaType

Type of replica: master, secondary, or read-only.

ReplicaNumber

Replica identification number.

Count

The number of existing replicas.

ReplicaAddressHints

A network address that is a likely reference to a node leading to the name server.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures


Feedback

Was this page helpful?

Additional resources