ISCSI_NIC_LINKSTATE enumeration (iscsicfg.h)

The ISCSI_NIC_LINKSTATE enumeration indicates whether a port is connected to the network or not.

Syntax

typedef enum {
  ISCSI_NIC_LINKSTATE_DISCONNECTED,
  ISCSI_NIC_LINKSTATE_CONNECTED
} ISCSI_NIC_LINKSTATE, *PISCSI_NIC_LINKSTATE;

Constants

 
ISCSI_NIC_LINKSTATE_DISCONNECTED
A network port is disconnected from the network.
ISCSI_NIC_LINKSTATE_CONNECTED
A network port is connected to the network.

Remarks

The ISCSI_NIC_LINKSTATE enumeration is used with the MSiSCSI_NICConfig WMI Class.

Requirements

Requirement Value
Header iscsicfg.h (include Iscsicfg.h)

See also

MSiSCSI_NICConfig

MSiSCSI_NICConfig WMI Class