EmptyWorkingSet function kernel32
Removes as many pages as possible from the working set of the specified process.
BOOL K32EmptyWorkingSet(
[in] HANDLE hProcess
);
Implementation
int EmptyWorkingSet(int hProcess) => _K32EmptyWorkingSet(hProcess);