NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY - NtDoc

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

void NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY(
  _MultiTenancyInfo_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY macro

Description

The NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY macro is used to access the first NDIS_ROUTING_DOMAIN_ENTRY that is specified by an NDIS_ISOLATION_PARAMETERS structure.

Parameters

_MultiTenancyInfo_

A pointer to an NDIS_ISOLATION_PARAMETERS structure.

Return value

The NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY macro returns a pointer to the first NDIS_ROUTING_DOMAIN_ENTRY element in the array.

Remarks

See also

NDIS_ISOLATION_PARAMETERS

NDIS_ROUTING_DOMAIN_ENTRY