Exemple #1
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     AllocationTypes flAllocationType,
     MemoryProtectionTypes flProtect);
Exemple #2
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     AllocationTypes flAllocationType,
     MemoryProtectionTypes flProtect);