marker_series::write_alert Method

Writes an alert to the Concurrency Visualizer trace file.

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

Reference

marker_series Class