CLS_LOG_INFORMATION_CLASS enumeration (wdm.h)
The CLFS_LOG_INFORMATION_CLASS enumeration indicates the type of information that is requested by a call to 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;
Constants
ClfsLogBasicInformation Indicates that the request is for basic information about a CLFS stream and its underlying physical log. The information is returned in a CLFS_INFORMATION structure. Most of the structure members contain information about the underlying physical log, but some members contain information that is specific to the stream. |
ClfsLogBasicInformationPhysical Indicates that the request is for basic information about the physical log that underlies a CLFS stream. The information is returned in a CLFS_INFORMATION structure. All of the structure members contain information about the underlying physical log. |
ClfsLogPhysicalNameInformation Indicates that the request is for information about the name of a physical CLFS log. The information is returned in a CLFS_LOG_NAME_INFORMATION structure. |
ClfsLogStreamIdentifierInformation Indicates that the request is for a CLFS stream identifier. The information is returned in a CLFS_STREAM_ID_INFORMATION structure. |
ClfsLogSystemMarkingInformation Count of system marking references. This enumeration constant is supported only in Windows Vista and later versions of Windows. |
ClfsLogPhysicalLsnInformation Maps virtual LSNs to physical LSNs; only valid for physical logs. This enumeration constant is supported only in Windows Vista and later versions of Windows. |
Remarks
The eInformationClass parameter of the ClfsQueryLogFileInformation function is a value from the CLFS_LOG_INFORMATION_CLASS enumeration.
Requirements
Requirement | Value |
---|---|
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |