Platform SDK: Active Directory, ADSI, and Directory Services

ADS_OCTET_LIST

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

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

Members

Next
Pointer to the next entry in the list.
dwLength
The length, in bytes, of the list.
Data
Byte strings in the list.

Remarks

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

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
  Windows 95/98: Requires Windows 95 or later (with DSClient).
  Header: Declared in Iads.h.

See Also

ADSI Structures