// iscsiop.h
typedef enum {
ISCSI_ADAPTER_TARGETS_CHANGED
} ISCSI_ADAPTER_EVENT_CODE, *PISCSI_ADAPTER_EVENT_CODE;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_ADAPTER_EVENT_CODE enumeration indicates the type of adapter event.
ISCSI_ADAPTER_TARGETS_CHANGEDAn adapter discovered that its list of targets changed.
MSiSCSI_AdapterEvent WMI Class