#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The PROCESS_WORKING_SET_FLAG_EMPTY_SHARED_PAGES flag indicates that the operation should target shared pages in the working set.
* Shared pages are those that are shared between multiple processes.
*/
#define PROCESS_WORKING_SET_FLAG_EMPTY_SHARED_PAGES 0x02
View code on GitHub
No description available.