Kernel32VirtualFreeEx Method

Overload List

VirtualFreeEx(IntPtr, IntPtr, IntPtr, MemoryFreeType) Releases, decommits, or releases and decommits a region of memory within the virtual address space of a specified process.
VirtualFreeEx(IntPtr, IntPtr, UIntPtr, MemoryFreeType) Releases, decommits, or releases and decommits a region of memory within the virtual address space of a specified process.
VirtualFreeEx(IntPtr, UIntPtr, UIntPtr, MemoryFreeType) Releases, decommits, or releases and decommits a region of memory within the virtual address space of a specified process.

See Also