Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 3.93 KB

ne-winevt-evt_format_message_flags.md

File metadata and controls

97 lines (72 loc) · 3.93 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winevt._EVT_FORMAT_MESSAGE_FLAGS
EVT_FORMAT_MESSAGE_FLAGS (winevt.h)
Defines the values that specify the message string from the event to format.
EVT_FORMAT_MESSAGE_FLAGS
EVT_FORMAT_MESSAGE_FLAGS enumeration [EventLog]
EvtFormatMessageChannel
EvtFormatMessageEvent
EvtFormatMessageId
EvtFormatMessageKeyword
EvtFormatMessageLevel
EvtFormatMessageOpcode
EvtFormatMessageProvider
EvtFormatMessageTask
EvtFormatMessageXml
wes.evt_format_message_flags
winevt/EVT_FORMAT_MESSAGE_FLAGS
winevt/EvtFormatMessageChannel
winevt/EvtFormatMessageEvent
winevt/EvtFormatMessageId
winevt/EvtFormatMessageKeyword
winevt/EvtFormatMessageLevel
winevt/EvtFormatMessageOpcode
winevt/EvtFormatMessageProvider
winevt/EvtFormatMessageTask
winevt/EvtFormatMessageXml
wes\evt_format_message_flags.htm
wes
6a8ed14a-1952-4fcf-ac66-12c1fecd363f
12/05/2018
EVT_FORMAT_MESSAGE_FLAGS, EVT_FORMAT_MESSAGE_FLAGS enumeration [EventLog], EvtFormatMessageChannel, EvtFormatMessageEvent, EvtFormatMessageId, EvtFormatMessageKeyword, EvtFormatMessageLevel, EvtFormatMessageOpcode, EvtFormatMessageProvider, EvtFormatMessageTask, EvtFormatMessageXml, wes.evt_format_message_flags, winevt/EVT_FORMAT_MESSAGE_FLAGS, winevt/EvtFormatMessageChannel, winevt/EvtFormatMessageEvent, winevt/EvtFormatMessageId, winevt/EvtFormatMessageKeyword, winevt/EvtFormatMessageLevel, winevt/EvtFormatMessageOpcode, winevt/EvtFormatMessageProvider, winevt/EvtFormatMessageTask, winevt/EvtFormatMessageXml
winevt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
EVT_FORMAT_MESSAGE_FLAGS
19H1
_EVT_FORMAT_MESSAGE_FLAGS
winevt/_EVT_FORMAT_MESSAGE_FLAGS
EVT_FORMAT_MESSAGE_FLAGS
winevt/EVT_FORMAT_MESSAGE_FLAGS
c++
APIRef
kbSyntax
HeaderDef
WinEvt.h
EVT_FORMAT_MESSAGE_FLAGS

EVT_FORMAT_MESSAGE_FLAGS enumeration

-description

Defines the values that specify the message string from the event to format.

-enum-fields

-field EvtFormatMessageEvent:1

Format the event's message string.

-field EvtFormatMessageLevel

Format the message string of the level specified in the event.

-field EvtFormatMessageTask

Format the message string of the task specified in the event.

-field EvtFormatMessageOpcode

Format the message string of the opcode specified in the event.

-field EvtFormatMessageKeyword

Format the message string of the keywords specified in the event. If the event specifies multiple keywords, the formatted string is a list of null-terminated strings. Increment through the strings until your pointer points past the end of the used buffer.

-field EvtFormatMessageChannel

Format the message string of the channel specified in the event.

-field EvtFormatMessageProvider

Format the provider's message string.

-field EvtFormatMessageId

Format the message string associated with a resource identifier. The provider's metadata contains the resource identifiers; the message compiler assigns a resource identifier to each string when it compiles the manifest.

-field EvtFormatMessageXml

Format all the message strings in the event. The formatted message is an XML string that contains the event details and the message strings. The message strings are included in the RenderingInfo section of the event details.

-see-also

EvtFormatMessage