EVENTCOLUMNID enumeration
An enum used to indicate well-known column IDs; these are column IDs that all implementations should support.
Syntax
enum EVENTCOLUMNID { EventColumnID_EVENTTYPE = 2,
EventColumnID_EID = 3,
EventColumnID_PARENTEID = 4,
EventColumnID_EVENTNAME = 5,
EventColumnID_FRAME = 6,
EventColumnID_EVENTSTRING = 500,
EventColumnID_THISPTR = 501,
EventColumnID_STARTMOMENTHANDLE = 502,
EventColumnID_InfoQueueMessages = 503,
EventColumnID_ThreadId = 504
};
Constants
- EventColumnID_EVENTTYPE
-
An ID that corresponds to the Event Type column.
- EventColumnID_EID
-
An ID that corresponds to the Event ID column.
- EventColumnID_PARENTEID
-
An ID that corresponds to the Parent Event ID column.
- EventColumnID_EVENTNAME
-
An ID that corresponds to the Event Name column.
- EventColumnID_FRAME
-
An ID that corresponds to the Frame column.
- EventColumnID_EVENTSTRING
-
An ID that corresponds to the full string to be parsed for the event.
- EventColumnID_THISPTR
-
An ID that corresponds to the resource handle for the this pointer.
- EventColumnID_STARTMOMENTHANDLE
-
An ID that corresponds to the moment handle for this event.
- EventColumnID_InfoQueueMessages
-
An ID that corresponds to any message that this generated in the SDK layers.
- EventColumnID_ThreadId
-
An ID that corresponds to the Thread ID.
Requirements
|
Header |
|
|---|