NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT macro (ntddndis.h)

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.

Syntax

void NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT(
   _IsolationInfoEntry_
);

Parameters

_IsolationInfoEntry_

A pointer to an NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY structure.

Return value

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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.40 and later.
Target Platform Desktop
Header ntddndis.h (include ndis.h)

See also

NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY

NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN