Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables tracing in the Concurrency Runtime. This function is deprecated because ETW tracing is now on by default.
__declspec(
deprecated("Concurrency::EnableTracing is a deprecated function.")
) _CRTIMP HRESULT __cdecl EnableTracing();
Return Value
If tracing was correctly initiated, S_OK is returned; otherwise, E_NOT_STARTED is returned.
Requirements
Header: concrt.h
Namespace: concurrency