EmptyWorkingSet wherever possible moves an applications pages from RAM to the page file, therefore freeing physical RAM. Good for giving you a bit more memory for the programs you need when Windows doesn't free up memory from something that has been sitting idle for hours.
10/19/2015 1:06:05 AM - -97.87.142.55
.
public static extern bool EmptyWorkingSet(IntPtr hProcess);
.
Public Declare Function EmptyWorkingSet Lib "psapi.dll" (hwProc As IntPtr) As Int32