// ntddndis.h
void NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY(
_SwitchEnumInfo_
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
_SwitchEnumInfo_A pointer to an NDIS_SWITCH_PROPERTY_ENUM_INFO structure.
The NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY macro returns a pointer to the extensible switch property buffer.
NDIS_SWITCH_PROPERTY_ENUM_INFO