CLFS_RECORD_TYPE Constants

Specifies the type of records that can be written to a log. These constants are used when a client calls ReadLogRecord, ReadNextLogRecord, or the DumpLogRecords callback function. The following record types are defined.

Constant/value Description
ClfsDataRecord
0x01
Specifies that the log record contains client data.
ClfsRestartRecord
0x02
Specifies that the log record is a restart record.
ClfsClientRecord
0x3F
Specifies a mask for all valid data or restart records.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Clfs.h (include Clfsw32.h)

See also

DumpLogRecords

ReadLogRecord

ReadNextLogRecord