Attr_Info_T

Contains information about an attribute definition.

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

Structure

C

  typedef struct 
  { 
     nuint32    attrFlags ; 
     nint32     attrSyntaxID ; 
     nint32     attrLower ; 
     nint32     attrUpper ; 
     Asn1ID_T   asn1ID ; 
  } Attr_Info_T;
  

Pascal

   Attr_Info_T = Record 
      attrFlags : nuint32; 
      attrSyntaxID : nint32; 
      attrLower : nint32; 
      attrUpper : nint32; 
      asn1ID : Asn1ID_T 
    End;
  

Fields

attrFlags

Specifies the constraints assigned to the attribute (see Section 5.1, Attribute Constraint Flags).

attrSyntaxID

Specifies the syntax ID of the attribute type (see Section 5.26, Syntax IDs).

attrLower

Specifies the lower limit of the attribute.

attrUpper

Specifies the upper limit of the attribute.

asn1ID

Specifies the object identifier allocated according to the rules specified in the ASN.1 standard; if no object identifier has been registered for the class, a zero-length octet string is specified. NetWare 5.x requires an ASN.1 identifier.