This topic has not yet been rated - Rate this topic

CLFS_LOG_ARCHIVE_MODE enumeration

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

Enables log archive (ephemeral logs) support.

ClfsLogArchiveDisabled

Disables ephemeral logs.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

Header

Clfs.h

See also

SetLogArchiveMode

 

 

Send comments about this topic to Microsoft

Build date: 10/16/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.