NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY macro (ntddndis.h)

Hyper-V extensible switch extensions use the NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY macro to access the extensible switch property buffer that is specified by an NDIS_SWITCH_PROPERTY_ENUM_INFO structure.

Syntax

void NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY(
   _SwitchEnumInfo_
);

Parameters

_SwitchEnumInfo_

A pointer to an NDIS_SWITCH_PROPERTY_ENUM_INFO structure.

Return value

The NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY macro returns a pointer to the extensible switch property buffer.

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