コード例 #1
0
 public static extern int VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, FreeTypeFlags dwFreeType);
コード例 #2
0
ファイル: Kernel32.cs プロジェクト: usertoroot/KIN
 public static extern int VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, FreeTypeFlags dwFreeType);