// ntddndis.h
void NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT(
_IsolationInfoEntry_
);
View the official Windows Driver Kit DDI referenceNo description available.
Hyper-V extensible switch extensions use the NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT macro to access the next NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY element that follows an NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY structure in the array that is specified by an NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN structure.
_IsolationInfoEntry_A pointer to an NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY structure.
The NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT macro returns a pointer to the next NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY element in the array. If the _IsolationInfoEntry_ parameter already points to the last element in the array, the macro returns NULL.
NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY
NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN