コード例 #1
0
ファイル: Memory.cs プロジェクト: lullius/MoveTool
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );
コード例 #2
0
ファイル: StatusHelper.cs プロジェクト: ksipp01/sfVer7_git
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
コード例 #3
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
コード例 #4
0
ファイル: StatusHelper.cs プロジェクト: ksipp01/sfVer7_git
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );