Commit a1619a39 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

Export QueryWorkingSet.

parent 2ea7a809
...@@ -21,3 +21,4 @@ ...@@ -21,3 +21,4 @@
@ stdcall GetProcessMemoryInfo(long ptr long) @ stdcall GetProcessMemoryInfo(long ptr long)
@ stdcall GetWsChanges(long ptr long) @ stdcall GetWsChanges(long ptr long)
@ stdcall InitializeProcessForWsWatch(long) @ stdcall InitializeProcessForWsWatch(long)
@ stdcall QueryWorkingSet(long ptr long)
...@@ -471,10 +471,7 @@ BOOL WINAPI InitializeProcessForWsWatch(HANDLE hProcess) ...@@ -471,10 +471,7 @@ BOOL WINAPI InitializeProcessForWsWatch(HANDLE hProcess)
} }
/*********************************************************************** /***********************************************************************
* QueryWorkingSet (PSAPI.?) * 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.
*/ */
BOOL WINAPI QueryWorkingSet(HANDLE hProcess, LPVOID pv, DWORD cb) BOOL WINAPI QueryWorkingSet(HANDLE hProcess, LPVOID pv, DWORD cb)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment