Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.94 KB

nf-dcomp-idcompositiondevicedebug-disabledebugcounters.md

File metadata and controls

71 lines (56 loc) · 2.94 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dcomp.IDCompositionDeviceDebug.DisableDebugCounters
IDCompositionDeviceDebug::DisableDebugCounters (dcomp.h)
Disables display of performance debugging counters.
DisableDebugCounters
DisableDebugCounters method [DirectComposition]
DisableDebugCounters method [DirectComposition]
IDCompositionDeviceDebug interface
IDCompositionDeviceDebug interface [DirectComposition]
DisableDebugCounters method
IDCompositionDeviceDebug.DisableDebugCounters
IDCompositionDeviceDebug::DisableDebugCounters
dcomp/IDCompositionDeviceDebug::DisableDebugCounters
directcomp.idcompositiondevicedebug_disabledebugcounters
directcomp\idcompositiondevicedebug_disabledebugcounters.htm
directcomp
7B1E35D4-8CB3-4AAC-91D9-E1191A6DC169
12/05/2018
DisableDebugCounters, DisableDebugCounters method [DirectComposition], DisableDebugCounters method [DirectComposition],IDCompositionDeviceDebug interface, IDCompositionDeviceDebug interface [DirectComposition],DisableDebugCounters method, IDCompositionDeviceDebug.DisableDebugCounters, IDCompositionDeviceDebug::DisableDebugCounters, dcomp/IDCompositionDeviceDebug::DisableDebugCounters, directcomp.idcompositiondevicedebug_disabledebugcounters
dcomp.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Dcomp.lib
Dcomp.dll
Windows
19H1
IDCompositionDeviceDebug::DisableDebugCounters
dcomp/IDCompositionDeviceDebug::DisableDebugCounters
c++
APIRef
kbSyntax
COM
Dcomp.dll
IDCompositionDeviceDebug.DisableDebugCounters

IDCompositionDeviceDebug::DisableDebugCounters

-description

Disables display of performance debugging counters.

-returns

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See DirectComposition Error Codes for a list of error codes.

-remarks

Microsoft DirectComposition keeps a count of how many DirectComposition devices have performance counters enabled, for the entire desktop session. If the count is non-zero, the performance counters are displayed. Therefore, disabling the counters may not make them go away if another device is also requesting display of the counters.

-see-also

IDCompositionDeviceDebug

IDCompositionDeviceDebug::EnableDebugCounters