ISCSI_NIC_LINKSTATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iscsicfg-iscsi_nic_linkstate)

ISCSI_NIC_LINKSTATE enumeration

Description

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

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.

See also

MSiSCSI_NICConfig

MSiSCSI_NICConfig WMI Class