หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Writes a flag to the Concurrency Visualizer trace file.
Syntax
void write_flag(
_In_ LPCTSTR _Format,
...
);
void write_flag(
marker_importance _Importance,
_In_ LPCTSTR _Format,
...
);
void write_flag(
int _Category,
_In_ LPCTSTR _Format,
...
);
void write_flag(
marker_importance _Importance,
int _Category,
_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.
_Importance
Importance level.
_Category
Category.
Requirements
Header: cvmarkersobj.h
Namespace: Concurrency::diagnostic