将消息写入并发可视化工具跟踪文件。
void write_message(
_In_ LPCTSTR _Format,
...
);
void write_message(
marker_importance _Importance,
_In_ LPCTSTR _Format,
...
);
void write_message(
int _Category,
_In_ LPCTSTR _Format,
...
);
void write_message(
marker_importance _Importance,
int _Category,
_In_ LPCTSTR _Format,
...
);
参数
_Format
一个包含与零个或多个格式项混合的文本的复合格式字符串,这些格式项与变量列表中的对象相对应_Importance
重要程度。_Category
分类 重要 级别。
要求
**页眉:**cvmarkersobj.h
命名空间: Concurrency::diagnostic。