#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
View code on GitHubNo description available.