Replica_Pointer_T

Contains the eDirectory information for the attributes that use the Replica Pointer syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     pnstr8          serverName ; 
     nint32          replicaType ; 
     nint32          replicaNumber ; 
     nuint32         count ; 
     Net_Address_T   replicaAddressHint [1]; 
  } Replica_Pointer_T;
  

Pascal

  Replica_Pointer_T = Record 
        serverName : pnstr8; 
        replicaType : nint32; 
        replicaNumber : nint32; 
        count : nuint32; 
        replicaAddressHint : Array[0..0] Of Net_Address_T 
  End;
  

Fields

serverName

Points to the distinguished name of the NetWare server storing the replica.

replicaType

Specifies the capabilities of this copy of the partition (see Section 5.23, Replica Types).

replicaNumber

Specifies the number of the replica.

count

Specifies the number of Net_Address_T structures.

replicaAddressHint

Specifies the node at which the NetWare server probably exists.