예제 #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);