PROCESS_WORKING_SET_FLAG_STORE - 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_STORE flag is only valid together with PROCESS_WORKING_SET_FLAG_COMPRESS.
 */
#define PROCESS_WORKING_SET_FLAG_STORE               0x10

#endif
#endif

View code on GitHub

NtDoc

No description available.