SHGlobalCounterGetValue-Funktion (shlwapi.h)
Ruft den aktuellen Wert eines globalen Leistungsindikators ab.
Syntax
long SHGlobalCounterGetValue(
[in] const SHGLOBALCOUNTER id
);
Parameter
[in] id
Typ: const SHGLOBALCOUNTER
Der SHGLOBALCOUNTER , für den der aktuelle Wert abgerufen werden soll.
Rückgabewert
Typ: long
Der aktuelle Wert des Indikators.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | shlwapi.h |
DLL | Shlwapi.dll |