Package com.sun.jna.platform.win32
Interface Winevt.EVT_FORMAT_MESSAGE_FLAGS
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_FORMAT_MESSAGE_FLAGSDefines the values that specify the message string from the event to format. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385525(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtFormatMessageChannelFormat the message string of the channel specified in the event.static intEvtFormatMessageEventFormat the event's message string.static intEvtFormatMessageIdFormat the message string associated with a resource identifier.static intEvtFormatMessageKeywordFormat the message string of the keywords specified in the event.static intEvtFormatMessageLevelFormat the message string of the level specified in the event.static intEvtFormatMessageOpcodeFormat the message string of the opcode specified in the event.static intEvtFormatMessageProviderFormat the provider's message string.static intEvtFormatMessageTaskFormat the message string of the task specified in the event.static intEvtFormatMessageXmlFormat all the message strings in the event.
 
- 
- 
- 
Field Detail- 
EvtFormatMessageEventstatic final int EvtFormatMessageEvent Format the event's message string.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageLevelstatic final int EvtFormatMessageLevel Format the message string of the level specified in the event.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageTaskstatic final int EvtFormatMessageTask Format the message string of the task specified in the event.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageOpcodestatic final int EvtFormatMessageOpcode Format the message string of the opcode specified in the event.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageKeywordstatic final int 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.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageChannelstatic final int EvtFormatMessageChannel Format the message string of the channel specified in the event.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageProviderstatic final int EvtFormatMessageProvider Format the provider's message string.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageIdstatic final int 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.- See Also:
- Constant Field Values
 
 - 
EvtFormatMessageXmlstatic final int 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:
- Constant Field Values
 
 
- 
 
-