EmptyWorkingSet

[DllImport("psapi.dll", SetLastError = true)]
public static extern bool EmptyWorkingSet(
   IntPtr hProcess
);

Microsoft documentation: Linkarrow-up-right

Last updated