marker_series::write_flag, méthode
Écrit un indicateur dans le fichier de trace du visualiseur concurrentiel.
Syntaxe
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,
...
);
Paramètres
_Format
Chaîne de mise en forme composite contenant du texte associé à zéro, un ou plusieurs éléments de mise en forme qui correspondent aux objets de la liste d’arguments.
_Importance
Niveau d’importance.
_Category
Catégorie.
Spécifications
En-tête : cvmarkersobj.h
Espace de noms : Concurrency::diagnostic