// iscsicfg.h
typedef enum {
ISCSI_NIC_LINKSTATE_DISCONNECTED,
ISCSI_NIC_LINKSTATE_CONNECTED
} ISCSI_NIC_LINKSTATE, *PISCSI_NIC_LINKSTATE;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_NIC_LINKSTATE enumeration indicates whether a port is connected to the network or not.
ISCSI_NIC_LINKSTATE_DISCONNECTEDA network port is disconnected from the network.
ISCSI_NIC_LINKSTATE_CONNECTEDA network port is connected to the network.
The ISCSI_NIC_LINKSTATE enumeration is used with the MSiSCSI_NICConfig WMI Class.