Package com.sun.jna.platform.win32
Interface Winevt.EVT_PUBLISHER_METADATA_PROPERTY_ID
- Enclosing interface:
- Winevt
public static interface Winevt.EVT_PUBLISHER_METADATA_PROPERTY_ID
Defines the identifiers that identify the metadata properties of a provider.
 https://msdn.microsoft.com/en-us/library/windows/desktop/aa385545(v=vs.85).aspx
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intIdentifies the flags value that indicates whether this channel is imported from another provider.static final intIdentifies the value attribute of the channel.static final intIdentifies the zero-based index value of the channel in the list of channels.static final intIdentifies the message attribute of the channel.static final intIdentifies the name attribute of the channel.static final intIdentifies the channels child element of the provider.static final intIdentifies the helpLink attribute of the provider.static final intIdentifies the message attribute of the keyword.static final intIdentifies the name attribute of the keyword.static final intIdentifies the keywords child element of the provider.static final intIdentifies the mask attribute of the keyword.static final intIdentifies the message attribute of the level.static final intIdentifies the name attribute of the level.static final intIdentifies the levels child element of the provider.static final intIdentifies the value attribute of the level.static final intIdentifies the messageFilePath attribute of the provider.static final intIdentifies the message attribute of the opcode.static final intIdentifies the name attribute of the opcode.static final intIdentifies the opcodes child element of the provider.static final intIdentifies the value attribute of the opcode.static final intIdentifies the parameterFilePath attribute of the provider.static final intThis enumeration value marks the end of the enumeration values.static final intIdentifies the guid attribute of the provider.static final intIdentifies the message attribute of the provider.static final intIdentifies the resourceFilePath attribute of the provider.static final intIdentifies the eventGuid attribute of the task.static final intIdentifies the message attribute of the task.static final intIdentifies the name attribute of the task.static final intIdentifies the tasks child element of the provider.static final intIdentifies the value attribute of the task.
- 
Field Details- 
EvtPublisherMetadataPublisherGuidstatic final int EvtPublisherMetadataPublisherGuidIdentifies the guid attribute of the provider. The variant type for this property is EvtVarTypeGuid.- See Also:
 
- 
EvtPublisherMetadataResourceFilePathstatic final int EvtPublisherMetadataResourceFilePathIdentifies the resourceFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataParameterFilePathstatic final int EvtPublisherMetadataParameterFilePathIdentifies the parameterFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataMessageFilePathstatic final int EvtPublisherMetadataMessageFilePathIdentifies the messageFilePath attribute of the provider. The variant type for this property is EvtVarTypeString. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385545(v=vs.85).aspx- See Also:
 
- 
EvtPublisherMetadataHelpLinkstatic final int EvtPublisherMetadataHelpLinkIdentifies the helpLink attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataPublisherMessageIDstatic final int EvtPublisherMetadataPublisherMessageIDIdentifies the message attribute of the provider. The metadata is the resource identifier assigned to the message string. To get the message string, call theWevtapi.EvtFormatMessage(com.sun.jna.platform.win32.Winevt.EVT_HANDLE, com.sun.jna.platform.win32.Winevt.EVT_HANDLE, int, int, com.sun.jna.platform.win32.Winevt.EVT_VARIANT[], int, int, char[], com.sun.jna.ptr.IntByReference)function. The variant type for this property is EvtVarTypeUInt32. If the provider does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataChannelReferencesstatic final int EvtPublisherMetadataChannelReferencesIdentifies the channels child element of the provider. The variant type for this property is EvtVarTypeEvtHandle. To access the metadata of the channels that the provider defines or imports, use this handle when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. When you are done with the handle, call theWevtapi.EvtClose(com.sun.jna.platform.win32.Winevt.EVT_HANDLE)function.- See Also:
 
- 
EvtPublisherMetadataChannelReferencePathstatic final int EvtPublisherMetadataChannelReferencePathIdentifies the name attribute of the channel. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataChannelReferenceIndexstatic final int EvtPublisherMetadataChannelReferenceIndexIdentifies the zero-based index value of the channel in the list of channels. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtPublisherMetadataChannelReferenceIDstatic final int EvtPublisherMetadataChannelReferenceIDIdentifies the value attribute of the channel. Use this identifier when calling the $Wevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtPublisherMetadataChannelReferenceFlagsstatic final int EvtPublisherMetadataChannelReferenceFlagsIdentifies the flags value that indicates whether this channel is imported from another provider. The channel is imported if the EvtChannelReferenceImported flag value is set. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtPublisherMetadataChannelReferenceMessageIDstatic final int EvtPublisherMetadataChannelReferenceMessageIDIdentifies the message attribute of the channel. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The property contains the resource identifier that is assigned to the message string. To get the message string, call the EvtFormatMessage function. If the channel does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataLevelsstatic final int EvtPublisherMetadataLevelsIdentifies the levels child element of the provider. The variant type for this property is EvtVarTypeEvtHandle. To access the metadata of the levels that the provider defines or references, use this handle when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. When you are done with the handle, call theWevtapi.EvtClose(com.sun.jna.platform.win32.Winevt.EVT_HANDLE)function.- See Also:
 
- 
EvtPublisherMetadataLevelNamestatic final int EvtPublisherMetadataLevelNameIdentifies the name attribute of the level. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataLevelValuestatic final int EvtPublisherMetadataLevelValueIdentifies the value attribute of the level. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtPublisherMetadataLevelMessageIDstatic final int EvtPublisherMetadataLevelMessageIDIdentifies the message attribute of the level. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The property contains the resource identifier that is assigned to the message string. To get the message string, call theWevtapi.EvtFormatMessage(com.sun.jna.platform.win32.Winevt.EVT_HANDLE, com.sun.jna.platform.win32.Winevt.EVT_HANDLE, int, int, com.sun.jna.platform.win32.Winevt.EVT_VARIANT[], int, int, char[], com.sun.jna.ptr.IntByReference)function. If the level does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataTasksstatic final int EvtPublisherMetadataTasksIdentifies the tasks child element of the provider. The variant type for this property is EvtVarTypeEvtHandle. To access the metadata of the tasks that the provider defines, use this handle when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. When you are done with the handle, call theWevtapi.EvtClose(com.sun.jna.platform.win32.Winevt.EVT_HANDLE)function.- See Also:
 
- 
EvtPublisherMetadataTaskNamestatic final int EvtPublisherMetadataTaskNameIdentifies the name attribute of the task. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataTaskEventGuidstatic final int EvtPublisherMetadataTaskEventGuidIdentifies the eventGuid attribute of the task. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataTaskValuestatic final int EvtPublisherMetadataTaskValueIdentifies the value attribute of the task. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32.- See Also:
 
- 
EvtPublisherMetadataTaskMessageIDstatic final int EvtPublisherMetadataTaskMessageIDIdentifies the message attribute of the task. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The property contains the resource identifier that is assigned to the message string. To get the message string, call theWevtapi.EvtFormatMessage(com.sun.jna.platform.win32.Winevt.EVT_HANDLE, com.sun.jna.platform.win32.Winevt.EVT_HANDLE, int, int, com.sun.jna.platform.win32.Winevt.EVT_VARIANT[], int, int, char[], com.sun.jna.ptr.IntByReference)function. If the task does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataOpcodesstatic final int EvtPublisherMetadataOpcodesIdentifies the opcodes child element of the provider. The variant type for this property is EvtVarTypeEvtHandle. To access the metadata of the opcodes that the provider defines or references, use this handle when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. When you are done with the handle, call theWevtapi.EvtClose(com.sun.jna.platform.win32.Winevt.EVT_HANDLE)function.- See Also:
 
- 
EvtPublisherMetadataOpcodeNamestatic final int EvtPublisherMetadataOpcodeNameIdentifies the name attribute of the opcode. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataOpcodeValuestatic final int EvtPublisherMetadataOpcodeValueIdentifies the value attribute of the opcode. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The high word contains the opcode value and the low word contains the task to which it belongs. If the low word is zero, the opcode is defined globally; otherwise, the opcode is task specific. Use the low word value to determine the task that defines the opcode.- See Also:
 
- 
EvtPublisherMetadataOpcodeMessageIDstatic final int EvtPublisherMetadataOpcodeMessageIDIdentifies the message attribute of the opcode. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The property contains the resource identifier that is assigned to the message string. To get the message string, call theWevtapi.EvtFormatMessage(com.sun.jna.platform.win32.Winevt.EVT_HANDLE, com.sun.jna.platform.win32.Winevt.EVT_HANDLE, int, int, com.sun.jna.platform.win32.Winevt.EVT_VARIANT[], int, int, char[], com.sun.jna.ptr.IntByReference)function. If the opcode does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataKeywordsstatic final int EvtPublisherMetadataKeywordsIdentifies the keywords child element of the provider. The variant type for this property is EvtVarTypeEvtHandle. To access the metadata of the keywords that the provider defines, use this handle when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. When you are done with the handle, call theWevtapi.EvtClose(com.sun.jna.platform.win32.Winevt.EVT_HANDLE)function.- See Also:
 
- 
EvtPublisherMetadataKeywordNamestatic final int EvtPublisherMetadataKeywordNameIdentifies the name attribute of the keyword. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeString.- See Also:
 
- 
EvtPublisherMetadataKeywordValuestatic final int EvtPublisherMetadataKeywordValueIdentifies the mask attribute of the keyword. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt64.- See Also:
 
- 
EvtPublisherMetadataKeywordMessageIDstatic final int EvtPublisherMetadataKeywordMessageIDIdentifies the message attribute of the keyword. Use this identifier when calling theWevtapi.EvtGetObjectArrayProperty(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference)function. For details, see Remarks. The variant type for this property is EvtVarTypeUInt32. The property contains the resource identifier that is assigned to the message string. To get the message string, call theWevtapi.EvtFormatMessage(com.sun.jna.platform.win32.Winevt.EVT_HANDLE, com.sun.jna.platform.win32.Winevt.EVT_HANDLE, int, int, com.sun.jna.platform.win32.Winevt.EVT_VARIANT[], int, int, char[], com.sun.jna.ptr.IntByReference)function. If the keyword does not specify a message, the value is -1.- See Also:
 
- 
EvtPublisherMetadataPropertyIdENDstatic final int EvtPublisherMetadataPropertyIdENDThis enumeration value marks the end of the enumeration values.- See Also:
 
 
-