OCTET_STRING struttura (ndattrib.h)
La struttura OCTET_STRING contiene un puntatore a una stringa di dati di byte.
Sintassi
typedef struct tagOCTET_STRING {
DWORD dwLength;
BYTE *lpValue;
} OCTET_STRING, *POCTET_STRING;
Members
dwLength
Tipo: DWORD
Lunghezza dei dati.
lpValue
Tipo: [size_is(dwLength)]BYTE*
Puntatore alla matrice di byte contenente i dati.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ndattrib.h |