Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 2.01 KB

nf-shlwapi-shglobalcounterdecrement.md

File metadata and controls

79 lines (60 loc) · 2.01 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:shlwapi.SHGlobalCounterDecrement
SHGlobalCounterDecrement function (shlwapi.h)
Decrements a global counter.
SHGlobalCounterDecrement
SHGlobalCounterDecrement function [Windows Shell]
_shell_SHGlobalCounterDecrement
shell.SHGlobalCounterDecrement
shlwapi/SHGlobalCounterDecrement
shell\SHGlobalCounterDecrement.htm
shell
67b45cb9-9d8d-48ef-a7bc-9cd8824bdf2b
12/05/2018
SHGlobalCounterDecrement, SHGlobalCounterDecrement function [Windows Shell], _shell_SHGlobalCounterDecrement, shell.SHGlobalCounterDecrement, shlwapi/SHGlobalCounterDecrement
shlwapi.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Shlwapi.dll
Windows
19H1
SHGlobalCounterDecrement
shlwapi/SHGlobalCounterDecrement
c++
APIRef
kbSyntax
DllExport
Shlwapi.dll
SHGlobalCounterDecrement

SHGlobalCounterDecrement function

-description

Decrements a global counter.

-parameters

-param id [in]

Type: const SHGLOBALCOUNTER

The SHGLOBALCOUNTER to decrement.

-returns

Type: long

The value of the counter after the decrement.

-see-also

SHGLOBALCOUNTER

SHGlobalCounterGetValue

SHGlobalCounterIncrement