ISCSI_ADAPTER_EVENT_CODE - NtDoc

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

typedef enum {
  ISCSI_ADAPTER_TARGETS_CHANGED
} ISCSI_ADAPTER_EVENT_CODE, *PISCSI_ADAPTER_EVENT_CODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iscsiop-iscsi_adapter_event_code)

ISCSI_ADAPTER_EVENT_CODE enumeration

Description

The ISCSI_ADAPTER_EVENT_CODE enumeration indicates the type of adapter event.

Constants

ISCSI_ADAPTER_TARGETS_CHANGED

An adapter discovered that its list of targets changed.

See also

MSiSCSI_AdapterEvent WMI Class