NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddndis.h

void NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT(
  _IsolationInfoEntry_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddndis-ndis_routing_domain_isolation_entry_get_next)

NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY_GET_NEXT macro

Description

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.

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.

Remarks

See also

NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY

NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN