Package com.sun.jna.platform.win32
Schnittstelle Winevt.EVT_CHANNEL_CONFIG_PROPERTY_ID
- Umschließende Schnittstelle:
Winevt
public static interface Winevt.EVT_CHANNEL_CONFIG_PROPERTY_ID
Defines the identifiers that identify the configuration properties of a channel.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385499(v=vs.85).aspx
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Identifies the access attribute of the channel.static final int
Identifies the configuration property that indicates whether the channel is a classic event channel (for example the Application or System log).static final int
Identifies the enabled attribute of the channel.static final int
Identifies the isolation attribute of the channel.static final int
Identifies the name attribute of the provider that defined the channel.static final int
This enumeration value marks the end of the enumeration values.static final int
Identifies the type attribute of the channel.static final int
Identifies the autoBackup logging attribute of the channel.static final int
Identifies the configuration property that contains the path to the file that backs the channel.static final int
Identifies the maxSize logging attribute of the channel.static final int
Identifies the retention logging attribute of the channel.static final int
Identifies the configuration property that contains the list of providers that import this channel.static final int
Identifies the bufferSize publishing attribute of the channel.static final int
Identifies the clockType publishing attribute of the channel.static final int
Identifies the controlGuid publishing attribute of the channel.static final int
Identifies the fileMax publishing attribute of the channel.static final int
Identifies the keywords publishing attribute of the channel.static final int
Identifies the latency publishing attribute of the channel.static final int
Identifies the level publishing attribute of the channel.static final int
Identifies the maxBuffers publishing attribute of the channel.static final int
Identifies the minBuffers publishing attribute of the channel.static final int
Identifies the sidType publishing attribute of the channel.
-
Felddetails
-
EvtChannelConfigEnabled
static final int EvtChannelConfigEnabledIdentifies the enabled attribute of the channel. The variant type for this property is EvtVarTypeBoolean. You cannot set this property for the Application, System, and Security channels.- Siehe auch:
-
EvtChannelConfigIsolation
static final int EvtChannelConfigIsolationIdentifies the isolation attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible isolation values, see theWinevt.EVT_CHANNEL_ISOLATION_TYPE
enumeration. You cannot set this property for the Application, System, and Security channels.- Siehe auch:
-
EvtChannelConfigType
static final int EvtChannelConfigTypeIdentifies the type attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible isolation values, see theWinevt.EVT_CHANNEL_TYPE
enumeration. You cannot set this property.- Siehe auch:
-
EvtChannelConfigOwningPublisher
static final int EvtChannelConfigOwningPublisherIdentifies the name attribute of the provider that defined the channel. The variant type for this property is EvtVarTypeString. You cannot set this property.- Siehe auch:
-
EvtChannelConfigClassicEventlog
static final int EvtChannelConfigClassicEventlogIdentifies the configuration property that indicates whether the channel is a classic event channel (for example the Application or System log). The variant type for this property is EvtVarTypeBoolean. You cannot set this property.- Siehe auch:
-
EvtChannelConfigAccess
static final int EvtChannelConfigAccessIdentifies the access attribute of the channel. The variant type for this property is EvtVarTypeString.- Siehe auch:
-
EvtChannelLoggingConfigRetention
static final int EvtChannelLoggingConfigRetentionIdentifies the retention logging attribute of the channel. The variant type for this property is EvtVarTypeBoolean.- Siehe auch:
-
EvtChannelLoggingConfigAutoBackup
static final int EvtChannelLoggingConfigAutoBackupIdentifies the autoBackup logging attribute of the channel. The variant type for this property is EvtVarTypeBoolean.- Siehe auch:
-
EvtChannelLoggingConfigMaxSize
static final int EvtChannelLoggingConfigMaxSizeIdentifies the maxSize logging attribute of the channel. The variant type for this property is EvtVarTypeUInt64.- Siehe auch:
-
EvtChannelLoggingConfigLogFilePath
static final int EvtChannelLoggingConfigLogFilePathIdentifies the configuration property that contains the path to the file that backs the channel. The variant type for this property is EvtVarTypeString.- Siehe auch:
-
EvtChannelPublishingConfigLevel
static final int EvtChannelPublishingConfigLevelIdentifies the level publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. To set this property, you must first disable the debug or analytic channel.- Siehe auch:
-
EvtChannelPublishingConfigKeywords
static final int EvtChannelPublishingConfigKeywordsIdentifies the keywords publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt64. To set this property, you must first disable the debug or analytic channel.- Siehe auch:
-
EvtChannelPublishingConfigControlGuid
static final int EvtChannelPublishingConfigControlGuidIdentifies the controlGuid publishing attribute of the channel. The variant type for this property is EvtVarTypeGuid. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigBufferSize
static final int EvtChannelPublishingConfigBufferSizeIdentifies the bufferSize publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigMinBuffers
static final int EvtChannelPublishingConfigMinBuffersIdentifies the minBuffers publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigMaxBuffers
static final int EvtChannelPublishingConfigMaxBuffersIdentifies the maxBuffers publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigLatency
static final int EvtChannelPublishingConfigLatencyIdentifies the latency publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigClockType
static final int EvtChannelPublishingConfigClockTypeIdentifies the clockType publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible clock type values, see theWinevt.EVT_CHANNEL_CLOCK_TYPE
enumeration. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigSidType
static final int EvtChannelPublishingConfigSidTypeIdentifies the sidType publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible SID type values, see theWinevt.EVT_CHANNEL_SID_TYPE
enumeration. You cannot set this property.- Siehe auch:
-
EvtChannelPublisherList
static final int EvtChannelPublisherListIdentifies the configuration property that contains the list of providers that import this channel. The variant type for this property is EvtVarTypeString | EVT_VARIANT_TYPE_ARRAY. You cannot set this property.- Siehe auch:
-
EvtChannelPublishingConfigFileMax
static final int EvtChannelPublishingConfigFileMaxIdentifies the fileMax publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32.- Siehe auch:
-
EvtChannelConfigPropertyIdEND
static final int EvtChannelConfigPropertyIdENDThis enumeration value marks the end of the enumeration values.- Siehe auch:
-