Package com.sun.jna.platform.win32
Interface Winevt.EVT_FORMAT_MESSAGE_FLAGS
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_FORMAT_MESSAGE_FLAGS
Defines 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intFormat the message string of the channel specified in the event.static final intFormat the event's message string.static final intFormat the message string associated with a resource identifier.static final intFormat the message string of the keywords specified in the event.static final intFormat the message string of the level specified in the event.static final intFormat the message string of the opcode specified in the event.static final intFormat the provider's message string.static final intFormat the message string of the task specified in the event.static final intFormat all the message strings in the event.
- 
Field Details- 
EvtFormatMessageEventstatic final int EvtFormatMessageEventFormat the event's message string.- See Also:
 
- 
EvtFormatMessageLevelstatic final int EvtFormatMessageLevelFormat the message string of the level specified in the event.- See Also:
 
- 
EvtFormatMessageTaskstatic final int EvtFormatMessageTaskFormat the message string of the task specified in the event.- See Also:
 
- 
EvtFormatMessageOpcodestatic final int EvtFormatMessageOpcodeFormat the message string of the opcode specified in the event.- See Also:
 
- 
EvtFormatMessageKeywordstatic final int EvtFormatMessageKeywordFormat 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:
 
- 
EvtFormatMessageChannelstatic final int EvtFormatMessageChannelFormat the message string of the channel specified in the event.- See Also:
 
- 
EvtFormatMessageProviderstatic final int EvtFormatMessageProviderFormat the provider's message string.- See Also:
 
- 
EvtFormatMessageIdstatic final int EvtFormatMessageIdFormat 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:
 
- 
EvtFormatMessageXmlstatic final int EvtFormatMessageXmlFormat 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:
 
 
-