Share via


ADS_OCTET_LIST struttura (iads.h)

La struttura ADS_OCTET_LIST è una rappresentazione ADSI di una sequenza ordinata di stringhe a byte singolo.

Sintassi

typedef struct _ADS_OCTET_LIST {
  struct _ADS_OCTET_LIST *Next;
  DWORD                  Length;
  BYTE                   *Data;
} ADS_OCTET_LIST, *PADS_OCTET_LIST;

Members

Next

Puntatore alla voce ADS_OCTET_LIST successiva nell'elenco.

Length

Contiene la lunghezza, in byte, dell'elenco.

Data

Puntatore a una matrice di BYTEs che contiene l'elenco. Il membro Length di questa struttura contiene il numero di BYTEs in questa matrice.

Commenti

Per altre informazioni, vedere Specifica dello schema di Novell NetWare Directory Services versione 1.1.

Requisiti

   
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione iads.h

Vedi anche

Strutture ADSI