SetProcessWorkingSetSize (KERNEL32.@)
BOOL SetProcessWorkingSetSize ( HANDLE hProcess, SIZE_T minset, SIZE_T maxset )
Sets the min/max working set sizes for a specified process.
hProcess | [In] | Handle to the process of interest. |
minset | [In] | Specifies minimum working set size. |
maxset | [In] | Specifies maximum working set size. |
Success: TRUE
Failure: FALSE
Defined in "winbase.h".
Implemented in "dlls/kernel32/process.c". source.winehq.org/source/dlls/kernel32/process.c
Debug channel "process".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.