Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that describe the metadata of an event.
typedef enum CorEventAttr {
evSpecialName = 0x0200,
evReservedMask = 0x0400,
evRTSpecialName = 0x0400,
} CorEventAttr;
Members
Member |
Description |
---|---|
evSpecialName |
Specifies that the event is special, and that its name describes how. |
evReservedMask |
Reserved for internal use by the common language runtime. |
evRTSpecialName |
Specifies that the common language runtime should check the encoding of the event name. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorHdr.h
.NET Framework Version: 2.0, 1.1, 1.0