DRT_ADDRESS_LIST structure (drt.h)
The DRT_ADDRESS_LIST structure contains a set of DRT_ADDRESS structures that represent the nodes contacted during a search for a key.
Syntax
typedef struct _DRT_ADDRESS_LIST {
ULONG AddressCount;
DRT_ADDRESS AddressList[1];
} DRT_ADDRESS_LIST, *PDRT_ADDRESS_LIST;
Members
AddressCount
The count of entries in AddressList.
AddressList[1]
An array of DRT_ADDRESS structures that contain information about addresses that participated in the search operation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 Professional [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | drt.h |