Exemplo n.º 1
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     AllocationTypes flAllocationType,
     MemoryProtectionTypes flProtect);
Exemplo n.º 2
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     AllocationTypes flAllocationType,
     MemoryProtectionTypes flProtect);