This topic has not yet been rated - Rate this topic

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

Evntcons.h

See also

EVENT_HEADER_EXTENDED_DATA_ITEM

 

 

Send comments about this topic to Microsoft

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.