This topic has not yet been rated - Rate this topic

SHGlobalCounterGetValue function

Gets the current value of a global counter.

Syntax


long SHGlobalCounterGetValue(
  _In_  const SHGLOBALCOUNTER id
);

Parameters

id [in]

Type: const SHGLOBALCOUNTER

The SHGLOBALCOUNTER for which to retrieve the current value.

Return value

Type: long

The current value of the counter.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Shlwapi.h

DLL

Shlwapi.dll

See also

SHGLOBALCOUNTER
SHGlobalCounterIncrement
SHGlobalCounterDecrement

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.