コード例 #1
0
ファイル: Kernel32.cs プロジェクト: usertoroot/KIN
 public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, AllocationTypeFlags flAllocationType, MemoryProtectionConstants flProtect);