Typed_Name_T

Contains the eDirectory information for the attributes that use the Typed Name syntax.

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

Structure

C

  typedef struct 
  { 
     pnstr8    objectName ; 
     nuint32   level ; 
     nuint32   interval ; 
  } Typed_Name_T;
  

Pascal

  Typed_Name_T = Record 
        objectName : pnstr8; 
        level : nuint32; 
        interval : nuint32 
  End;
  

Fields

objectName

Points to the distinguished name of the eDirectory object.

level

Specifies the priority of the attribute. This is a relative value assigned by the user.

interval

Specifies the frequency of reference. This is a relative value assigned by the user.