동시성 시각화 도우미 추적 파일에 메시지를 씁니다.
구문
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
인수 목록의 개체에 해당하는 0개 이상의 서식 항목과 결합된 텍스트를 포함하는 합성 서식 문자열입니다.
_Importance
중요도 수준.
_Category
Category.Importance 수준입니다.
요구 사항
헤더: cvmarkersobj.h
네임스페이스: Concurrency::diagnostic