estrutura ADS_OCTET_STRING (iads.h)
A estrutura ADS_OCTET_STRING é uma representação ADSI da sintaxe de atributo Octet String usada no Active Directory.
Sintaxe
typedef struct __MIDL___MIDL_itf_ads_0000_0000_0002 {
DWORD dwLength;
LPBYTE lpValue;
} ADS_OCTET_STRING, *PADS_OCTET_STRING;
Membros
dwLength
O tamanho, em bytes, da matriz de caracteres.
lpValue
Ponteiro para uma matriz de caracteres de byte único não interpretados pelo diretório subjacente.
Comentários
A memória da matriz de bytes deve ser alocada separadamente.
Requisitos
Cliente mínimo com suporte | Windows Vista |
Servidor mínimo com suporte | Windows Server 2008 |
Cabeçalho | iads.h |