NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT - NtDoc

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

void NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT(
  _RoutingDomainEntry_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NDIS_ROUTING_DOMAIN_ENTRY_GET_NEXT macro

Description

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.

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.

Remarks

See also

NDIS_ISOLATION_PARAMETERS

NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY

NDIS_ROUTING_DOMAIN_ENTRY