NDIS_SWITCH_FEATURE_STATUS_TYPE enumeration (ntddndis.h)

The NDIS_SWITCH_FEATURE_STATUS_TYPE enumeration specifies the type of status information for a custom policy property, or feature, of a Hyper-V extensible switch.

An extensible switch feature is defined and supported by an independent software vendor (ISV).

Syntax

typedef enum _NDIS_SWITCH_FEATURE_STATUS_TYPE {
  NdisSwitchFeatureStatusTypeUndefined,
  NdisSwitchFeatureStatusTypeCustom,
  NdisSwitchFeatureStatusTypeMaximum
} NDIS_SWITCH_FEATURE_STATUS_TYPE, *PNDIS_SWITCH_FEATURE_STATUS_TYPE;

Constants

 
NdisSwitchFeatureStatusTypeUndefined
The feature status information is not defined.
NdisSwitchFeatureStatusTypeCustom
The feature status information is for a custom extensible switch feature that is provided by an ISV.
NdisSwitchFeatureStatusTypeMaximum
The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The FeatureStatusType member of the NDIS_SWITCH_FEATURE_STATUS_PARAMETERS structure is an NDIS_SWITCH_PROPERTY_TYPE enumeration data type.

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

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.30 and later.
Header ntddndis.h (include Ndis.h)

See also

NDIS_SWITCH_FEATURE_STATUS_PARAMETERS