OCTET_STRING structure (ndattrib.h)

The OCTET_STRING structure contains a pointer to a string of byte data.

Syntax

typedef struct tagOCTET_STRING {
  DWORD dwLength;
  BYTE  *lpValue;
} OCTET_STRING, *POCTET_STRING;

Members

dwLength

Type: DWORD

The length of the data.

lpValue

Type: [size_is(dwLength)]BYTE*

A pointer to the byte array containing the data.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ndattrib.h