DECODING_SOURCE (tdh.h) 列舉
定義事件數據的來源。
Syntax
typedef enum _DECODING_SOURCE {
DecodingSourceXMLFile,
DecodingSourceWbem,
DecodingSourceWPP,
DecodingSourceTlg,
DecodingSourceMax
} DECODING_SOURCE;
常數
DecodingSourceXMLFile 事件數據的來源是 XML 指令清單。 |
DecodingSourceWbem 事件數據的來源是 WMI MOF 類別。 |
DecodingSourceWPP 事件數據的來源是TMF檔案。 |
DecodingSourceTlg 表示事件是自我描述的事件,並使用 TraceLogging 元數據譯碼。 |
DecodingSourceMax |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | tdh.h |