StandardEventKeywords Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the standard keywords that are attached to events by the event provider. For more information about keywords, see EventKeyword.
This enumeration supports a bitwise combination of its member values.
public enum class StandardEventKeywords
[System.Flags]
public enum StandardEventKeywords
[<System.Flags>]
type StandardEventKeywords =
Public Enum StandardEventKeywords
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | This value indicates that no filtering on keyword is performed when the event is published. |
ResponseTime | 281474976710656 | Attached to all response time events. |
WdiContext | 562949953421312 | Attached to all Windows Diagnostic Infrastructure (WDI) context events. |
WdiDiagnostic | 1125899906842624 | Attached to all Windows Diagnostic Infrastructure (WDI) diagnostic events. |
Sqm | 2251799813685248 | Attached to all Service Quality Mechanism (SQM) events. |
AuditFailure | 4503599627370496 | Attached to all failed security audit events. This keyword should only be used for events in the Security log. |
CorrelationHint | 4503599627370496 | Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID). |
AuditSuccess | 9007199254740992 | Attached to all successful security audit events. This keyword should only be used for events in the Security log. |
CorrelationHint2 | 18014398509481984 | Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID). |
EventLogClassic | 36028797018963968 | Attached to events which are raised using the RaiseEvent function. |
Applies to
See also
.NET