EVENT_EXTENDED_ITEM_INSTANCE structure
Defines the relationship between events if TraceEventInstance was used to log related events.
Syntax
typedef struct _EVENT_EXTENDED_ITEM_INSTANCE { ULONG InstanceId; ULONG ParentInstanceId; GUID ParentGuid; } EVENT_EXTENDED_ITEM_INSTANCE, *PEVENT_EXTENDED_ITEM_INSTANCE;
Members
- InstanceId
-
Unique transaction identifier that maps an event to a specific transaction.
- ParentInstanceId
-
Unique transaction identifier of a parent event if you are mapping a hierarchical relationship.
- ParentGuid
-
GUID that uniquely identifies the provider that logged the event referenced by ParentInstanceId.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 12/4/2012