PROCESS_WORKING_SET_FLAG_EMPTY_PRIVATE_PAGES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)

/**
 * The PROCESS_WORKING_SET_FLAG_EMPTY_PRIVATE_PAGES flag selects the private-page emptying path.
 * On this build, it must be paired with PROCESS_WORKING_SET_FLAG_EMPTY_SHARED_PAGES.
 */
#define PROCESS_WORKING_SET_FLAG_EMPTY_PRIVATE_PAGES 0x01

#endif
#endif

View code on GitHub

NtDoc

No description available.