Class_Info_T

Contains information about a object class definition.

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

Structure

C

  typedef struct 
  { 
     nuint32    classFlags ; 
     Asn1ID_T   asn1ID ; 
  } Class_Info_T;
  

Pascal

  Class_Info_T = Record 
      classFlags : nuint32; 
      asn1ID : Asn1ID_T 
   End;
  

Fields

classFlags

Specifies the type of object class (see Section 5.4, Class Flags).

asn1ID

Specifies an optional object identifier encoded using the ASN.1-BER rules. If no ASN.1 object identifier has been registered for the attribute, a zero-length octet string is specified. NetWare 5.x requires an ASN.1 identifier.