Unknown_Attr_T

Contains the eDirectory information for the attributes that use the Unknown attribute syntax.

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

Structure

C

  typedef struct 
  { 
     pnstr8    attrName ; 
     nuint32   syntaxID ; 
     nuint32   valueLen ; 
     nptr      value ; 
  } Unknown_Attr_T;
  

Pascal

  Unknown_Attr_T = Record 
        attrName : pnstr8; 
        syntaxID : nuint32; 
        valueLen : nuint32; 
        value : nptr 
  End;
  

Fields

attrName

Points to the attribute name.

syntaxID

Specifies the syntax used by the attribute (see Section 5.26, Syntax IDs).

valueLen

Specifies the length of the data contained in the attribute.

value

Points to the attribute’s value (data).