NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY macro (ntddndis.h)
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.
Syntax
void NDIS_ISOLATION_PARAMETERS_GET_FIRST_ROUTING_DOMAIN_ENTRY(
_MultiTenancyInfo_
);
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.40 and later. |
Target Platform | Desktop |
Header | ntddndis.h (include ndis.h) |