Export QueryWorkingSet.

oldstable
Kevin Koltzau 2003-12-01 22:34:39 +00:00 committed by Alexandre Julliard
parent 2ea7a80965
commit a1619a39c2
2 changed files with 2 additions and 4 deletions

View File

@ -21,3 +21,4 @@
@ stdcall GetProcessMemoryInfo(long ptr long)
@ stdcall GetWsChanges(long ptr long)
@ stdcall InitializeProcessForWsWatch(long)
@ stdcall QueryWorkingSet(long ptr long)

View File

@ -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)
{