SHGlobalCounterDecrement function (shlwapi.h)
Decrements a global counter.
Syntax
long SHGlobalCounterDecrement(
[in] const SHGLOBALCOUNTER id
);
Parameters
[in] id
Type: const SHGLOBALCOUNTER
The SHGLOBALCOUNTER to decrement.
Return value
Type: long
The value of the counter after the decrement.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | shlwapi.h |
DLL | Shlwapi.dll |