#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The PROCESS_WORKING_SET_FLAG_EMPTY_PRIVATE_PAGES flag indicates that the operation should target private pages in the working set.
* Private pages are those that are not shared with other processes.
*/
#define PROCESS_WORKING_SET_FLAG_EMPTY_PRIVATE_PAGES 0x01
View code on GitHub
No description available.