Package com.sun.jna.platform.win32
Interface Winevt.EVT_PUBLISHER_METADATA_PROPERTY_ID
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_PUBLISHER_METADATA_PROPERTY_IDDefines 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 SummaryFields Modifier and Type Field Description static intEvtPublisherMetadataChannelReferenceFlagsIdentifies the flags value that indicates whether this channel is imported from another provider.static intEvtPublisherMetadataChannelReferenceIDIdentifies the value attribute of the channel.static intEvtPublisherMetadataChannelReferenceIndexIdentifies the zero-based index value of the channel in the list of channels.static intEvtPublisherMetadataChannelReferenceMessageIDIdentifies the message attribute of the channel.static intEvtPublisherMetadataChannelReferencePathIdentifies the name attribute of the channel.static intEvtPublisherMetadataChannelReferencesIdentifies the channels child element of the provider.static intEvtPublisherMetadataHelpLinkIdentifies the helpLink attribute of the provider.static intEvtPublisherMetadataKeywordMessageIDIdentifies the message attribute of the keyword.static intEvtPublisherMetadataKeywordNameIdentifies the name attribute of the keyword.static intEvtPublisherMetadataKeywordsIdentifies the keywords child element of the provider.static intEvtPublisherMetadataKeywordValueIdentifies the mask attribute of the keyword.static intEvtPublisherMetadataLevelMessageIDIdentifies the message attribute of the level.static intEvtPublisherMetadataLevelNameIdentifies the name attribute of the level.static intEvtPublisherMetadataLevelsIdentifies the levels child element of the provider.static intEvtPublisherMetadataLevelValueIdentifies the value attribute of the level.static intEvtPublisherMetadataMessageFilePathIdentifies the messageFilePath attribute of the provider.static intEvtPublisherMetadataOpcodeMessageIDIdentifies the message attribute of the opcode.static intEvtPublisherMetadataOpcodeNameIdentifies the name attribute of the opcode.static intEvtPublisherMetadataOpcodesIdentifies the opcodes child element of the provider.static intEvtPublisherMetadataOpcodeValueIdentifies the value attribute of the opcode.static intEvtPublisherMetadataParameterFilePathIdentifies the parameterFilePath attribute of the provider.static intEvtPublisherMetadataPropertyIdENDThis enumeration value marks the end of the enumeration values.static intEvtPublisherMetadataPublisherGuidIdentifies the guid attribute of the provider.static intEvtPublisherMetadataPublisherMessageIDIdentifies the message attribute of the provider.static intEvtPublisherMetadataResourceFilePathIdentifies the resourceFilePath attribute of the provider.static intEvtPublisherMetadataTaskEventGuidIdentifies the eventGuid attribute of the task.static intEvtPublisherMetadataTaskMessageIDIdentifies the message attribute of the task.static intEvtPublisherMetadataTaskNameIdentifies the name attribute of the task.static intEvtPublisherMetadataTasksIdentifies the tasks child element of the provider.static intEvtPublisherMetadataTaskValueIdentifies the value attribute of the task.
 
- 
- 
- 
Field Detail- 
EvtPublisherMetadataPublisherGuidstatic final int EvtPublisherMetadataPublisherGuid Identifies the guid attribute of the provider. The variant type for this property is EvtVarTypeGuid.- See Also:
- Constant Field Values
 
 - 
EvtPublisherMetadataResourceFilePathstatic final int EvtPublisherMetadataResourceFilePath Identifies the resourceFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtPublisherMetadataParameterFilePathstatic final int EvtPublisherMetadataParameterFilePath Identifies the parameterFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtPublisherMetadataMessageFilePathstatic final int EvtPublisherMetadataMessageFilePath Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataHelpLinkstatic final int EvtPublisherMetadataHelpLink Identifies the helpLink attribute of the provider. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtPublisherMetadataPublisherMessageIDstatic final int EvtPublisherMetadataPublisherMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferencesstatic final int EvtPublisherMetadataChannelReferences Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferencePathstatic final int EvtPublisherMetadataChannelReferencePath Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferenceIndexstatic final int EvtPublisherMetadataChannelReferenceIndex Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferenceIDstatic final int EvtPublisherMetadataChannelReferenceID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferenceFlagsstatic final int EvtPublisherMetadataChannelReferenceFlags Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataChannelReferenceMessageIDstatic final int EvtPublisherMetadataChannelReferenceMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataLevelsstatic final int EvtPublisherMetadataLevels Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataLevelNamestatic final int EvtPublisherMetadataLevelName Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataLevelValuestatic final int EvtPublisherMetadataLevelValue Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataLevelMessageIDstatic final int EvtPublisherMetadataLevelMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataTasksstatic final int EvtPublisherMetadataTasks Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataTaskNamestatic final int EvtPublisherMetadataTaskName Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataTaskEventGuidstatic final int EvtPublisherMetadataTaskEventGuid Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataTaskValuestatic final int EvtPublisherMetadataTaskValue Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataTaskMessageIDstatic final int EvtPublisherMetadataTaskMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataOpcodesstatic final int EvtPublisherMetadataOpcodes Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataOpcodeNamestatic final int EvtPublisherMetadataOpcodeName Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataOpcodeValuestatic final int EvtPublisherMetadataOpcodeValue Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataOpcodeMessageIDstatic final int EvtPublisherMetadataOpcodeMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataKeywordsstatic final int EvtPublisherMetadataKeywords Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataKeywordNamestatic final int EvtPublisherMetadataKeywordName Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataKeywordValuestatic final int EvtPublisherMetadataKeywordValue Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataKeywordMessageIDstatic final int EvtPublisherMetadataKeywordMessageID Identifies 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:
- Constant Field Values
 
 - 
EvtPublisherMetadataPropertyIdENDstatic final int EvtPublisherMetadataPropertyIdEND This enumeration value marks the end of the enumeration values.- See Also:
- Constant Field Values
 
 
- 
 
-