EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID structure (evntcons.h)

Defines the parent event of this event.

Syntax

typedef struct _EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID {
  GUID RelatedActivityId;
} EVENT_EXTENDED_ITEM_RELATED_ACTIVITYID, *PEVENT_EXTENDED_ITEM_RELATED_ACTIVITYID;

Members

RelatedActivityId

A GUID that uniquely identifies the parent activity to which this activity is related. The identifier is specified in the RelatedActivityId parameter passed to the EventWriteTransfer function.

Requirements

Requirement Value
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

EventWriteTransfer