VM_PREFETCH_TO_WORKING_SET - NtDoc

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

#define VM_PREFETCH_TO_WORKING_SET 0x1 // since 24H4

#endif
// end_private
#endif

View code on GitHub

No description available.