Win32.SetWorkingSet(Int64, Int64, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetWorkingSet(long minimum, long maximum, bool autoFlush);
public static void SetWorkingSet (long minimum, long maximum, bool autoFlush);
static member SetWorkingSet : int64 * int64 * bool -> unit
Public Shared Sub SetWorkingSet (minimum As Long, maximum As Long, autoFlush As Boolean)
Parameters
- minimum
- Int64
- maximum
- Int64
- autoFlush
- Boolean