NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT macro (ntddndis.h)

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.

Syntax

void NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT(
   _RoutingDomainEntry_
);

Parameters

_RoutingDomainEntry_

A pointer to an NDIS_ROUTING_DOMAIN_ENTRY structure.

Return value

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.

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_ISOLATION_PARAMETERS

NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY

NDIS_ROUTING_DOMAIN_ENTRY