marker_series::is_enabled Method

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Determines if any session has enabled the provider.

Syntax

bool is_enabled();  
bool is_enabled(  
   marker_importance _Importance,  
   int _Category  
);  

Parameters

_Importance
Importance level.

_Category
Category.

Return Value

Requirements

Header: cvmarkersobj.h

Namespace: Concurrency::diagnostic

See Also

marker_series Class