IDXGIDebug1::IsLeakTrackingEnabledForThread method (dxgidebug.h)

Gets a value indicating whether leak tracking is turned on for the current thread.

Syntax

BOOL IsLeakTrackingEnabledForThread();

Return value

TRUE if leak tracking is turned on for the current thread; otherwise, FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header dxgidebug.h
DLL DXGIDebug.dll

See also

DXGIGetDebugInterface1

IDXGIDebug1