NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_NEXT macro (ntddndis.h)

Hyper-V extensible switch extensions use the NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_NEXT macro to access the next NDIS_SWITCH_PROPERTY_ENUM_INFO element that follows an NDIS_SWITCH_PROPERTY_ENUM_INFO structure in the array that is specified by an NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS structure.

Syntax

void NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_NEXT(
   _SwitchEnumInfo_
);

Parameters

_SwitchEnumInfo_

A pointer to an NDIS_SWITCH_PROPERTY_ENUM_INFO structure.

Return value

The NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_NEXT macro returns a pointer to the next NDIS_SWITCH_PROPERTY_ENUM_INFO element in the array. If the _SwitchEnumInfo_ 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)

See also

NDIS_SWITCH_PROPERTY_ENUM_INFO

NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS