Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_GET_FIRST_ISOLATION_ENTRY macro is used to access the first NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY that is specified by an NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN structure.
Syntax
void NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_GET_FIRST_ISOLATION_ENTRY(
_RoutingDomainProperty_
);
Parameters
_RoutingDomainProperty_
A pointer to an NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN structure.
Return value
The NDIS_SWITCH_PORT_PROPERTY_ROUTING_DOMAIN_GET_FIRST_ISOLATION_ENTRY macro returns a pointer to the first NDIS_ROUTING_DOMAIN_ISOLATION_ENTRY.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.40 and later. |
Target Platform | Desktop |
Header | ntddndis.h (include ndis.h) |