TraceLoggingActivity::SetRelatedActivityId(constGUID&) method (traceloggingactivity.h)

Uses the unique identifier of an activity to set the related activity for this TraceLoggingActivity object.

Syntax

void SetRelatedActivityId(
  [in] const GUID & relatedActivityId
);

Parameters

[in] relatedActivityId

The unique identifier for the activity to associate with this activity.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2012 R2
Target Platform Windows
Header traceloggingactivity.h

See also

TraceLoggingActivity