NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddndis.h

void NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY(
  _SwitchEnumInfo_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddndis-ndis_switch_property_enum_info_get_property)

NDIS_SWITCH_PROPERTY_ENUM_INFO_GET_PROPERTY macro

Description

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.

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.

Remarks

See also

NDIS_SWITCH_PROPERTY_ENUM_INFO