PROCESS_WORKING_SET_FLAG_EMPTY_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_PAGES flag is only used with ProcessWorkingSetEmpty when the private-page path is not selected.
 */
#define PROCESS_WORKING_SET_FLAG_EMPTY_PAGES         0x04

#endif
#endif

View code on GitHub

NtDoc

No description available.