mirror of
https://github.com/reactos/wine.git
synced 2025-04-04 00:51:40 +00:00
Export QueryWorkingSet.
This commit is contained in:
parent
2ea7a80965
commit
a1619a39c2
@ -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)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* 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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user