mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Add declaration for PerfDataGetProcessIndex.
Fixes taskmgr build without compilation units. svn path=/trunk/; revision=46813
This commit is contained in:
@@ -60,6 +60,7 @@ void PerfDataUninitialize(void);
|
||||
void PerfDataRefresh(void);
|
||||
|
||||
BOOL PerfDataGet(ULONG Index, PPERFDATA *lppData);
|
||||
ULONG PerfDataGetProcessIndex(ULONG pid);
|
||||
ULONG PerfDataGetProcessCount(void);
|
||||
ULONG PerfDataGetProcessorUsage(void);
|
||||
ULONG PerfDataGetProcessorSystemUsage(void);
|
||||
|
||||
Reference in New Issue
Block a user