SetProcessWorkingSetSize (KERNEL32.@)
BOOL SetProcessWorkingSetSize ( HANDLE process, SIZE_T minset, SIZE_T maxset )
Sets the min/max working set sizes for a specified process.
process | [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
Declared in "include/winbase.h". gitlab.winehq.org/wine/wine/blob/master/include/winbase.h
Implemented in "dlls/kernel32/process.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/process.c
Debug channel "process".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.