MSiSCSI_Eventlog structure (iscsimgt.h)

The MSiSCSI_EventLog method is used to log any messages to the event log.

Syntax

typedef struct _MSiSCSI_Eventlog {
  ULONG Type;
  ULONG LogToEventlog;
  ULONG Size;
  UCHAR AdditionalData[1];
} MSiSCSI_Eventlog, *PMSiSCSI_Eventlog;

Members

Type

This specifies the EVENTLOG_MESSAGE_QUALIFIERS type of event log message.

LogToEventlog

If this value it set to 1, the message will be logged to the system event log.

Size

This specifies the size of the Additional Data field.

AdditionalData[1]

This provides additional information associated with this event.

Remarks

It is recommended that you implement this class.

Requirements

Requirement Value
Header iscsimgt.h (include Iscsimgt.h)