Octet_String_T

Contains the eDirectory information for the attributes that use the Octet String syntax.

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

Structure

C

  typedef struct 
  { 
     nuint32   length ; 
     pnuint8   data ; 
  } Octet_String_T;
  

Pascal

  Octet_String_T = Record 
        length : nuint32; 
        data : pnuint8 
  End;
  

Fields

length

Specifies, in bytes, the length of the string.

data

Points to the string.