NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_GET_NEXT macro (ntddndis.h)
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.
Syntax
void NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO_GET_NEXT(
_PortEnumInfo_
);
Parameters
_PortEnumInfo_
A pointer to an NDIS_SWITCH_PORT_PROPERTY_ENUM_INFO structure.
Return value
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.30 and later. |
Target Platform | Desktop |
Header | ntddndis.h (include ndis.h) |