Share via


Función SHGlobalCounterIncrement (shlwapi.h)

Incrementa un contador global.

Sintaxis

long SHGlobalCounterIncrement(
  [in] const SHGLOBALCOUNTER id
);

Parámetros

[in] id

Tipo: const SHGLOBALCOUNTER

SHGLOBALCOUNTER que se va a incrementar.

Valor devuelto

Tipo: long

Valor del contador después del incremento.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 R2 [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado shlwapi.h
Archivo DLL Shlwapi.dll

Consulte también

SHGLOBALCOUNTER

SHGlobalCounterDecrement

SHGlobalCounterGetValue