Beispiel #1
0
 public bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, UIntPtr dwSize, ProcessMethods.FreeType dwFreeType)
 {
     return(ProcessMethods.NativeMethods.VirtualFreeEx(hProcess, lpAddress, dwSize, dwFreeType));
 }
Beispiel #2
0
 internal static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, UIntPtr dwSize, ProcessMethods.FreeType dwFreeType);