NAME

SetProcessWorkingSetSize  (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

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

PARAMS

hProcess [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

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.