ADS_OCTET_STRING structure (iads.h)

The ADS_OCTET_STRING structure is an ADSI representation of the Octet String attribute syntax used in Active Directory.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0002 {
  DWORD  dwLength;
  LPBYTE lpValue;
} ADS_OCTET_STRING, *PADS_OCTET_STRING;

Members

dwLength

The size, in bytes, of the character array.

lpValue

Pointer to an array of single byte characters not interpreted by the underlying directory.

Remarks

Memory for the byte array must be allocated separately.

Requirements

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

See also

ADSI Structures