Export QueryWorkingSet.
This commit is contained in:
parent
2ea7a80965
commit
a1619a39c2
|
@ -21,3 +21,4 @@
|
|||
@ stdcall GetProcessMemoryInfo(long ptr long)
|
||||
@ stdcall GetWsChanges(long ptr long)
|
||||
@ stdcall InitializeProcessForWsWatch(long)
|
||||
@ stdcall QueryWorkingSet(long ptr long)
|
||||
|
|
|
@ -471,10 +471,7 @@ BOOL WINAPI InitializeProcessForWsWatch(HANDLE hProcess)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
* QueryWorkingSet (PSAPI.?)
|
||||
* FIXME
|
||||
* I haven't been able to find the ordinal for this function,
|
||||
* This means it can't be called from outside the DLL.
|
||||
* QueryWorkingSet (PSAPI.@)
|
||||
*/
|
||||
BOOL WINAPI QueryWorkingSet(HANDLE hProcess, LPVOID pv, DWORD cb)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue