MPIO_EventEntry 結構 (mpiowmi.h)
MPIO_EventEntry結構是用來傳回 MPIO 記錄的事件。
語法
typedef struct _MPIO_EventEntry {
ULONGLONG TimeStamp;
ULONG Severity;
WCHAR Component[63 + 1];
WCHAR EventDescription[63 + 1];
} MPIO_EventEntry, *PMPIO_EventEntry;
成員
TimeStamp
64 位欄位欄位,指定事件項目的時間戳。
Severity
32 位欄位欄位,表示報告事件的嚴重性。
Component[63 + 1]
字串,表示這個事件所屬的元件。
EventDescription[63 + 1]
表示事件描述的字串。
規格需求
需求 | 值 |
---|---|
標頭 | mpiowmi.h (包含 Mpiowmi.h) |