Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |