estructura de ADS_OCTET_STRING (iads.h)

La estructura ADS_OCTET_STRING es una representación ADSI de la sintaxis del atributo String octeto usada en Active Directory.

Sintaxis

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

Members

dwLength

Tamaño, en bytes, de la matriz de caracteres.

lpValue

Puntero a una matriz de caracteres de un solo byte no interpretado por el directorio subyacente.

Comentarios

La memoria de la matriz de bytes debe asignarse por separado.

Requisitos

   
Cliente mínimo compatible Windows Vista
Servidor mínimo compatible Windows Server 2008
Encabezado iads.h

Consulte también

Estructuras ADSI