CLS_LOG_INFORMATION_CLASS列舉 (wdm.h)

CLFS_LOG_INFORMATION_CLASS列舉表示呼叫 ClfsQueryLogFileInformation 所要求的信息類型。

Syntax

typedef enum _CLS_LOG_INFORMATION_CLASS {
  ClfsLogBasicInformation,
  ClfsLogBasicInformationPhysical,
  ClfsLogPhysicalNameInformation,
  ClfsLogStreamIdentifierInformation,
  ClfsLogSystemMarkingInformation,
  ClfsLogPhysicalLsnInformation
} CLS_LOG_INFORMATION_CLASS, *PCLS_LOG_INFORMATION_CLASS, PPCLS_LOG_INFORMATION_CLASS;

常數

 
ClfsLogBasicInformation
表示要求適用於 CLFS 數據流及其基礎實體記錄檔的基本資訊。 資訊會在 CLFS_INFORMATION 結構中傳回。 大部分的結構成員都包含基礎實體記錄的相關信息,但某些成員包含數據流特有的資訊。
ClfsLogBasicInformationPhysical
表示要求適用於 CLFS 數據流基礎之實體記錄檔的基本資訊。 資訊會在 CLFS_INFORMATION 結構中傳回。 所有結構成員都包含基礎實體記錄檔的相關信息。
ClfsLogPhysicalNameInformation
指出要求適用於實體 CLFS 記錄檔名稱的相關信息。 資訊會在 CLFS_LOG_NAME_INFORMATION 結構中傳回。
ClfsLogStreamIdentifierInformation
表示要求適用於 CLFS 數據流識別碼。 資訊會以 CLFS_STREAM_ID_INFORMATION 結構傳回。
ClfsLogSystemMarkingInformation
系統標記參考的計數。 只有 Windows Vista 和更新版本的 Windows 才支援這個列舉常數。
ClfsLogPhysicalLsnInformation
將虛擬 LSN 對應至實體 LSN;僅適用於實體記錄。 只有 Windows Vista 和更新版本的 Windows 才支援這個列舉常數。

備註

ClfsQueryLogFileInformation 函式的 eInformationClass 參數是來自CLFS_LOG_INFORMATION_CLASS列舉的值。

規格需求

需求
標頭 wdm.h (包括 Wdm.h、Ntddk.h、Ntifs.h)

另請參閱

ClfsQueryLogFileInformation