MSDN documentation says that VirtualAllocEx
Actual physical pages are not allocated unless/until the virtual addresses are actually accessed.
I need to acces the physical address right after calling VirtualAllocEx yet i cant cause they are not allocated physically yet.
How can i force it to allocate the physicals pages with or right after VirtualAllocEx WITHOUT accessing the virtual memory first?