MPIO_EventEntry WMI 클래스
MPIO 드라이버는 MPIO_EventEntry WMI 클래스를 사용하여 MPIO 관련 이벤트를 보고합니다. 이 클래스는 현재 구현되지 않습니다.
class MPIO_EventEntry : WMIEvent
{
[key, read]
string InstanceName;
[read]
boolean Active;
//
// Current system time at time of logging.
//
[WmiDataId(1),
read,
Description("Time Stamp") : amended,
WmiTimeStamp
] uint64 TimeStamp;
//
// Indicates severity of event being logged.
//
[WmiDataId(2),
read,
Values{"Fatal Error",
"Error",
"Warning",
"Information"} : amended,
DefineValues{"MPIO_FATAL_ERROR",
"MPIO_ERROR",
"MPIO_WARNING",
"MPIO_INFORMATION"},
ValueMap{"1", "2", "3", "4"}
] uint32 Severity;
//
// Multi-path disk's name that this event is being logged for.
//
[WmiDataId(3),
read,
MaxLen(63),
Description("Component") : amended
] string Component;
//
// Description of event.
//
[WmiDataId(4),
read,
MaxLen(63),
Description("Event Description") : amended
] string EventDescription;
};
이 WMI 클래스와 연결된 메서드는 없습니다.