Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TraceLoggingWriteStop macro (traceloggingactivity.h)

Stops an activity and logs the stop event.

The activity must not have already been stopped.

Syntax

void TraceLoggingWriteStart(
 [in] TraceLoggingActivity activity,
 [in] String name,
 [in, optional] args
);

Parameters

[in] activity

The activity to start.

[in] name

The name of the event. This must be a string literal and not a variable. It cannot have any embedded nul characters.

__VA_ARGS__

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

TraceLoggingWriteStart


Feedback

Was this page helpful?

Additional resources