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.
|