ADS_OCTET_LIST structure (iads.h)

The ADS_OCTET_LIST structure is an ADSI representation of an ordered sequence of single-byte strings.

Syntax

typedef struct _ADS_OCTET_LIST {
  struct _ADS_OCTET_LIST *Next;
  DWORD                  Length;
  BYTE                   *Data;
} ADS_OCTET_LIST, *PADS_OCTET_LIST;

Members

Next

Pointer to the next ADS_OCTET_LIST entry in the list.

Length

Contains the length, in bytes, of the list.

Data

Pointer to an array of BYTEs that contains the list. The Length member of this structure contains the number of BYTEs in this array.

Remarks

For more information, see Novell NetWare Directory Services Schema Specification, version 1.1.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures