using the msdn online example (c++) code
found here: https://docs.microsoft.com/en-us/windows/win32/memory/creating-a-file-mapping-using-large-pages
on a windows 10 version 1909 box with 48GB of memory, the createfilemapping() for a size of 0x200000 returns error 1450 as shown below
the privilege "SeLockMemoryPrivilege" is successfully enabled in the process token.
any suggestions/experience with such would be appreciated;
thanks you;








