Example #1
0
 public static extern bool VirtualFree(IntPtr lpAddress,
                                       uint dwSize, Enums.FreeType dwFreeType);
Example #2
0
 internal static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress,
                                           int dwSize, Enums.FreeType dwFreeType);