Function ctru_sys::svcUnmapProcessMemory
source · pub unsafe extern "C" fn svcUnmapProcessMemory(
process: Handle,
destAddress: u32_,
size: u32_
) -> Result
Expand description
Unmaps a block of process memory, starting from address 0x00100000.
§Arguments
process
- Handle of the process.destAddress
- Address of the block of memory to unmap, in the current (destination) process.size
- Size of the block of memory to unmap (truncated to a multiple of 0x1000 bytes).