// ntddndis.h
void NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_GET_NEXT(
_PortEnumInfo_
);
View the official Windows Driver Kit DDI referenceNo description available.
Hyper-V extensible switch extensions use the NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_GET_NEXT macro to access the next NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO element that follows an NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO structure in the array that is specified by an NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS structure.
_PortEnumInfo_A pointer to an NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO structure.
The NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_GET_NEXT macro returns a pointer to the next NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO element in the array. If the __PortEnumInfo__ parameter is the last element in the array, the macro returns NULL.
NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO
NDIS_SWITCH_PORT_PROPERTY_ENUM_PARAMETERS