NDIS_SWITCH_PORT_FEATURE_STATUS_TYPE - NtDoc

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

typedef enum _NDIS_SWITCH_PORT_FEATURE_STATUS_TYPE {
  NdisSwitchPortFeatureStatusTypeUndefined,
  NdisSwitchPortFeatureStatusTypeCustom,
  NdisSwitchPortFeatureStatusTypeMaximum
} NDIS_SWITCH_PORT_FEATURE_STATUS_TYPE, *PNDIS_SWITCH_PORT_FEATURE_STATUS_TYPE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_NDIS_SWITCH_PORT_FEATURE_STATUS_TYPE enumeration

Description

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

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

Constants

NdisSwitchPortFeatureStatusTypeUndefined

The port feature status information is not defined.

NdisSwitchPortFeatureStatusTypeCustom

The feature status information is for a custom extensible switch port feature that is provided by an ISV.

NdisSwitchPortFeatureStatusTypeMaximum

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_PORT_FEATURE_STATUS_PARAMETERS structure is an NDIS_SWITCH_PORT_FEATURE_STATUS_TYPE enumeration data type.

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

See also

NDIS_SWITCH_PORT_FEATURE_STATUS_PARAMETERS