private static unsafe extern bool VirtualFree(IntPtr lpAddress, uint dwSize, VirtualAllocTypes dwFreeType);
示例#2
0
 private static unsafe extern IntPtr VirtualAlloc(IntPtr lpAddress, uint dwSize, VirtualAllocTypes flAllocationType, AccessProtectionFlags flProtect);
 private static unsafe extern IntPtr VirtualAlloc(IntPtr lpAddress, uint dwSize, VirtualAllocTypes flAllocationType, AccessProtectionFlags flProtect);
示例#4
0
 private static extern unsafe bool VirtualFree(IntPtr lpAddress, uint dwSize, VirtualAllocTypes dwFreeType);