Package com.sun.jna.platform.win32
Interface Winevt.EVT_CHANNEL_CONFIG_PROPERTY_ID
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_CHANNEL_CONFIG_PROPERTY_IDDefines the identifiers that identify the configuration properties of a channel. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385499(v=vs.85).aspx
- 
- 
Field SummaryFields Modifier and Type Field Description static intEvtChannelConfigAccessIdentifies the access attribute of the channel.static intEvtChannelConfigClassicEventlogIdentifies the configuration property that indicates whether the channel is a classic event channel (for example the Application or System log).static intEvtChannelConfigEnabledIdentifies the enabled attribute of the channel.static intEvtChannelConfigIsolationIdentifies the isolation attribute of the channel.static intEvtChannelConfigOwningPublisherIdentifies the name attribute of the provider that defined the channel.static intEvtChannelConfigPropertyIdENDThis enumeration value marks the end of the enumeration values.static intEvtChannelConfigTypeIdentifies the type attribute of the channel.static intEvtChannelLoggingConfigAutoBackupIdentifies the autoBackup logging attribute of the channel.static intEvtChannelLoggingConfigLogFilePathIdentifies the configuration property that contains the path to the file that backs the channel.static intEvtChannelLoggingConfigMaxSizeIdentifies the maxSize logging attribute of the channel.static intEvtChannelLoggingConfigRetentionIdentifies the retention logging attribute of the channel.static intEvtChannelPublisherListIdentifies the configuration property that contains the list of providers that import this channel.static intEvtChannelPublishingConfigBufferSizeIdentifies the bufferSize publishing attribute of the channel.static intEvtChannelPublishingConfigClockTypeIdentifies the clockType publishing attribute of the channel.static intEvtChannelPublishingConfigControlGuidIdentifies the controlGuid publishing attribute of the channel.static intEvtChannelPublishingConfigFileMaxIdentifies the fileMax publishing attribute of the channel.static intEvtChannelPublishingConfigKeywordsIdentifies the keywords publishing attribute of the channel.static intEvtChannelPublishingConfigLatencyIdentifies the latency publishing attribute of the channel.static intEvtChannelPublishingConfigLevelIdentifies the level publishing attribute of the channel.static intEvtChannelPublishingConfigMaxBuffersIdentifies the maxBuffers publishing attribute of the channel.static intEvtChannelPublishingConfigMinBuffersIdentifies the minBuffers publishing attribute of the channel.static intEvtChannelPublishingConfigSidTypeIdentifies the sidType publishing attribute of the channel.
 
- 
- 
- 
Field Detail- 
EvtChannelConfigEnabledstatic final int EvtChannelConfigEnabled Identifies 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigIsolationstatic final int EvtChannelConfigIsolation Identifies the isolation attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible isolation values, see theWinevt.EVT_CHANNEL_ISOLATION_TYPEenumeration. You cannot set this property for the Application, System, and Security channels.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigTypestatic final int EvtChannelConfigType Identifies the type attribute of the channel. The variant type for this property is EvtVarTypeUInt32. For possible isolation values, see theWinevt.EVT_CHANNEL_TYPEenumeration. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigOwningPublisherstatic final int EvtChannelConfigOwningPublisher Identifies the name attribute of the provider that defined the channel. The variant type for this property is EvtVarTypeString. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigClassicEventlogstatic final int EvtChannelConfigClassicEventlog Identifies 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigAccessstatic final int EvtChannelConfigAccess Identifies the access attribute of the channel. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtChannelLoggingConfigRetentionstatic final int EvtChannelLoggingConfigRetention Identifies the retention logging attribute of the channel. The variant type for this property is EvtVarTypeBoolean.- See Also:
- Constant Field Values
 
 - 
EvtChannelLoggingConfigAutoBackupstatic final int EvtChannelLoggingConfigAutoBackup Identifies the autoBackup logging attribute of the channel. The variant type for this property is EvtVarTypeBoolean.- See Also:
- Constant Field Values
 
 - 
EvtChannelLoggingConfigMaxSizestatic final int EvtChannelLoggingConfigMaxSize Identifies the maxSize logging attribute of the channel. The variant type for this property is EvtVarTypeUInt64.- See Also:
- Constant Field Values
 
 - 
EvtChannelLoggingConfigLogFilePathstatic final int EvtChannelLoggingConfigLogFilePath Identifies the configuration property that contains the path to the file that backs the channel. The variant type for this property is EvtVarTypeString.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigLevelstatic final int EvtChannelPublishingConfigLevel Identifies 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigKeywordsstatic final int EvtChannelPublishingConfigKeywords Identifies 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigControlGuidstatic final int EvtChannelPublishingConfigControlGuid Identifies the controlGuid publishing attribute of the channel. The variant type for this property is EvtVarTypeGuid. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigBufferSizestatic final int EvtChannelPublishingConfigBufferSize Identifies the bufferSize publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigMinBuffersstatic final int EvtChannelPublishingConfigMinBuffers Identifies the minBuffers publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigMaxBuffersstatic final int EvtChannelPublishingConfigMaxBuffers Identifies the maxBuffers publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigLatencystatic final int EvtChannelPublishingConfigLatency Identifies the latency publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigClockTypestatic final int EvtChannelPublishingConfigClockType Identifies 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_TYPEenumeration. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigSidTypestatic final int EvtChannelPublishingConfigSidType Identifies 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_TYPEenumeration. You cannot set this property.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublisherListstatic final int EvtChannelPublisherList Identifies 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.- See Also:
- Constant Field Values
 
 - 
EvtChannelPublishingConfigFileMaxstatic final int EvtChannelPublishingConfigFileMax Identifies the fileMax publishing attribute of the channel. The variant type for this property is EvtVarTypeUInt32.- See Also:
- Constant Field Values
 
 - 
EvtChannelConfigPropertyIdENDstatic final int EvtChannelConfigPropertyIdEND This enumeration value marks the end of the enumeration values.- See Also:
- Constant Field Values
 
 
- 
 
-