NDIS_SWITCH_PROPERTY_TYPE - NtDoc

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

typedef enum _NDIS_SWITCH_PROPERTY_TYPE {
  NdisSwitchPropertyTypeUndefined,
  NdisSwitchPropertyTypeCustom,
  NdisSwitchPropertyTypeMaximum
} NDIS_SWITCH_PROPERTY_TYPE, *PNDIS_SWITCH_PROPERTY_TYPE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_switch_property_type)

_NDIS_SWITCH_PROPERTY_TYPE enumeration

Description

The NDIS_SWITCH_PROPERTY_TYPE enumeration specifies the type of policy property for a Hyper-V extensible switch.

Constants

NdisSwitchPropertyTypeUndefined

The switch property type is not defined.

NdisSwitchPropertyTypeCustom

This value specifies a custom switch property that is defined by an independent software vendor (ISV).

NdisSwitchPropertyTypeMaximum

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The PropertyType member of the following structures is an NDIS_SWITCH_PROPERTY_TYPE enumeration data type:

For more information about extensible switch policies, see Hyper-V Extensible Switch Policies.

See also

NDIS_SWITCH_PROPERTY_DELETE_PARAMETERS

NDIS_SWITCH_PROPERTY_ENUM_PARAMETERS

NDIS_SWITCH_PROPERTY_PARAMETERS