CLFS_LOG_ARCHIVE_MODE enumeration (clfs.h)
Specifies whether a log is ephemeral.
Syntax
typedef enum _CLFS_LOG_ARCHIVE_MODE {
ClfsLogArchiveEnabled = 0x01,
ClfsLogArchiveDisabled = 0x02
} CLFS_LOG_ARCHIVE_MODE, *PCLFS_LOG_ARCHIVE_MODE;
Constants
ClfsLogArchiveEnabled Value: 0x01 Enables log archive (ephemeral logs) support. |
ClfsLogArchiveDisabled Value: 0x02 Disables ephemeral logs. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
Header | clfs.h |