marker_series::write_alert method

Writes an alert to the Concurrency Visualizer trace file.

Syntax

void write_alert(
   _In_ LPCTSTR _Format,
   ...
);

Parameters

_Format A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the argument list.

Requirements

Header: cvmarkersobj.h

Namespace: Concurrency::diagnostic

See also