EVT_OPEN_LOG_FLAGS enumeration (winevt.h)
Defines the values that specify whether to open a channel or exported log file.
Syntax
typedef enum _EVT_OPEN_LOG_FLAGS {
EvtOpenChannelPath = 0x1,
EvtOpenFilePath = 0x2
} EVT_OPEN_LOG_FLAGS;
Constants
EvtOpenChannelPath Value: 0x1 Open a channel. |
EvtOpenFilePath Value: 0x2 Open an exported log file. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winevt.h |