public static extern IntPtr VirtualAlloc(TmphSafeMemoryMappedViewHandle address, UIntPtr numBytes, int commitOrReserve, int pageProtectionMode);
 public static extern IntPtr VirtualQuery(TmphSafeMemoryMappedViewHandle address, ref TmphMemoryBasicInformation buffer, IntPtr sizeOfBuffer);