NAME

SetProcessWorkingSetSize  (KERNEL32.@)

SYNOPSIS

 BOOL SetProcessWorkingSetSize
 (
  HANDLE process,
  SIZE_T minset,
  SIZE_T maxset
 )

DESCRIPTION

Sets the min/max working set sizes for a specified process.

PARAMS

process [In] Handle to the process of interest.
minset [In] Specifies minimum working set size.
maxset [In] Specifies maximum working set size.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/kernel32/process.c". https://source.winehq.org/source/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 Apr 2024.