EnableTracing 函数

启用在并发运行时中跟踪。 ,因为 ETW 跟踪现在为默认情况下,此功能已弃用。

__declspec(
   deprecated("Concurrency::EnableTracing is a deprecated function.")
) _CRTIMP HRESULT __cdecl EnableTracing();

返回值

如果已正确启动跟踪,将返回 S_OK;否则将返回 E_NOT_STARTED

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

concurrency 命名空间