Beispiel #1
0
 public static extern bool VirtualFree(
     [In] IntPtr lpAddress,
     [In] IntPtr dwSize,
     [In] VirtualAllocAllocationType dwFreeType);
Beispiel #2
0
 public static partial bool VirtualFree(
     IntPtr lpAddress,
     IntPtr dwSize,
     VirtualAllocAllocationType dwFreeType);
Beispiel #3
0
 public static extern VirtualAllocHandle VirtualAlloc(
     [In] IntPtr lpAddress,
     [In] IntPtr dwSize,
     [In] VirtualAllocAllocationType flAllocationType,
     [In] VirtualAllocProtection flProtect);
Beispiel #4
0
 public static partial VirtualAllocHandle VirtualAlloc(
     IntPtr lpAddress,
     IntPtr dwSize,
     VirtualAllocAllocationType flAllocationType,
     VirtualAllocProtection flProtect);