Back_Link_T

Contains eDirectory information for the attributes which use the Back Link syntax.

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

Structure

C

  typedef struct 
  { 
     nuint32   remoteID ; 
     pnstr8    objectName ; 
  } Back_Link_T;
  

Pascal

  Back_Link_T = Record 
        remoteID : nuint32; 
        objectName : pnstr8 
  End;
  

Fields

remoteID

Identifies the reference that is valid on the server.

objectName

Identifies the server holding a reference.