// ntddndis.h
void NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT(
_RoutingDomainEntry_
);
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT macro is used to access the next NDIS_ROUTING_DOMAIN_ENTRY element that follows an NDIS_ROUTING_DOMAIN_ENTRY structure in the array that is specified by an NDIS_ISOLATION_PARAMETERS structure.
_RoutingDomainEntry_A pointer to an NDIS_ROUTING_DOMAIN_ENTRY structure.
The NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT macro returns a pointer to the next NDIS_ROUTING_DOMAIN_ENTRY element in the array. If the _RoutingDomainEntry_ parameter already points to the last element in the array, the macro returns NULL.
NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY