Exemple #1
0
 internal static extern IntPtr VirtualAlloc(safeMemoryMappedViewHandle address, UIntPtr numBytes, int commitOrReserve, int pageProtectionMode);
Exemple #2
0
 internal static extern IntPtr VirtualQuery(safeMemoryMappedViewHandle address, ref memoryBasicInformation buffer, IntPtr sizeOfBuffer);