DRT_ADDRESS_LIST struttura (drt.h)
La struttura DRT_ADDRESS_LIST contiene un set di strutture DRT_ADDRESS che rappresentano i nodi contattati durante una ricerca di una chiave.
Sintassi
typedef struct _DRT_ADDRESS_LIST {
ULONG AddressCount;
DRT_ADDRESS AddressList[1];
} DRT_ADDRESS_LIST, *PDRT_ADDRESS_LIST;
Members
AddressCount
Numero di voci in AddressList.
AddressList[1]
Matrice di strutture DRT_ADDRESS che contengono informazioni sugli indirizzi che hanno partecipato all'operazione di ricerca.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 Professional [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | drt.h |