Package com.sun.jna.platform.win32
Schnittstelle Winevt.EVT_PUBLISHER_METADATA_PROPERTY_ID
- Umschließende Schnittstelle:
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
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final int
Identifies the flags value that indicates whether this channel is imported from another provider.static final int
Identifies the value attribute of the channel.static final int
Identifies the zero-based index value of the channel in the list of channels.static final int
Identifies the message attribute of the channel.static final int
Identifies the name attribute of the channel.static final int
Identifies the channels child element of the provider.static final int
Identifies the helpLink attribute of the provider.static final int
Identifies the message attribute of the keyword.static final int
Identifies the name attribute of the keyword.static final int
Identifies the keywords child element of the provider.static final int
Identifies the mask attribute of the keyword.static final int
Identifies the message attribute of the level.static final int
Identifies the name attribute of the level.static final int
Identifies the levels child element of the provider.static final int
Identifies the value attribute of the level.static final int
Identifies the messageFilePath attribute of the provider.static final int
Identifies the message attribute of the opcode.static final int
Identifies the name attribute of the opcode.static final int
Identifies the opcodes child element of the provider.static final int
Identifies the value attribute of the opcode.static final int
Identifies the parameterFilePath attribute of the provider.static final int
This enumeration value marks the end of the enumeration values.static final int
Identifies the guid attribute of the provider.static final int
Identifies the message attribute of the provider.static final int
Identifies the resourceFilePath attribute of the provider.static final int
Identifies the eventGuid attribute of the task.static final int
Identifies the message attribute of the task.static final int
Identifies the name attribute of the task.static final int
Identifies the tasks child element of the provider.static final int
Identifies the value attribute of the task.
-
Felddetails
-
EvtPublisherMetadataPublisherGuid
static final int EvtPublisherMetadataPublisherGuidIdentifies the guid attribute of the provider. The variant type for this property is EvtVarTypeGuid.- Siehe auch:
-
EvtPublisherMetadataResourceFilePath
static final int EvtPublisherMetadataResourceFilePathIdentifies the resourceFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- Siehe auch:
-
EvtPublisherMetadataParameterFilePath
static final int EvtPublisherMetadataParameterFilePathIdentifies the parameterFilePath attribute of the provider. The variant type for this property is EvtVarTypeString.- Siehe auch:
-
EvtPublisherMetadataMessageFilePath
static 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- Siehe auch:
-
EvtPublisherMetadataHelpLink
static final int EvtPublisherMetadataHelpLinkIdentifies the helpLink attribute of the provider. The variant type for this property is EvtVarTypeString.- Siehe auch:
-
EvtPublisherMetadataPublisherMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferences
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferencePath
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferenceIndex
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferenceID
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferenceFlags
static 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.- Siehe auch:
-
EvtPublisherMetadataChannelReferenceMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataLevels
static 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.- Siehe auch:
-
EvtPublisherMetadataLevelName
static 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.- Siehe auch:
-
EvtPublisherMetadataLevelValue
static 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.- Siehe auch:
-
EvtPublisherMetadataLevelMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataTasks
static 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.- Siehe auch:
-
EvtPublisherMetadataTaskName
static 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.- Siehe auch:
-
EvtPublisherMetadataTaskEventGuid
static 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.- Siehe auch:
-
EvtPublisherMetadataTaskValue
static 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.- Siehe auch:
-
EvtPublisherMetadataTaskMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataOpcodes
static 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.- Siehe auch:
-
EvtPublisherMetadataOpcodeName
static 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.- Siehe auch:
-
EvtPublisherMetadataOpcodeValue
static 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.- Siehe auch:
-
EvtPublisherMetadataOpcodeMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataKeywords
static 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.- Siehe auch:
-
EvtPublisherMetadataKeywordName
static 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.- Siehe auch:
-
EvtPublisherMetadataKeywordValue
static 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.- Siehe auch:
-
EvtPublisherMetadataKeywordMessageID
static 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.- Siehe auch:
-
EvtPublisherMetadataPropertyIdEND
static final int EvtPublisherMetadataPropertyIdENDThis enumeration value marks the end of the enumeration values.- Siehe auch:
-