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.
The NDIS_SWITCH_PORT_STATE enumeration specifies the current state of the Hyper-V extensible switch port.
Syntax
typedef enum _NDIS_SWITCH_PORT_STATE {
NdisSwitchPortStateUnknown,
NdisSwitchPortStateCreated,
NdisSwitchPortStateTeardown,
NdisSwitchPortStateDeleted
} NDIS_SWITCH_PORT_STATE;
Constants
NdisSwitchPortStateUnknownThis value specifies an undefined port state. This value is unused. |
NdisSwitchPortStateCreatedThis value specifies that the port is in the created state. |
NdisSwitchPortStateTeardownThis value specifies that the port is being torn down. |
NdisSwitchPortStateDeletedThis value specifies that the port has been deleted. |
Remarks
The PortState member of the NDIS_SWITCH_PORT_PARAMETERS structure is an NDIS_SWITCH_PORT_STATE enumeration data type.
For more information about extensible switch port states, see Overview of Hyper-V Extensible Switch Ports.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Supported in NDIS 6.30 and later. |
| Header | ntddndis.h (include Ndis.h) |
See also