VM_PREFETCH_TO_WORKING_SET - NtDoc

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

/**
 * Attempt to populate specified single or multiple adddress ranges
 * into the process working set (bring pages into physical memory).
 */
#define VM_PREFETCH_TO_WORKING_SET 0x1 // since 24H4

#endif
#endif

View code on GitHub

NtDoc

No description available.