pub unsafe extern "C" fn svcQueryDebugProcessMemory(
info: *mut MemInfo,
out: *mut PageInfo,
debug: Handle,
addr: u32_,
) -> ResultExpand description
Queries memory information of a debugged process.
ยงArguments
info(direction out) - Pointer to output memory info to.out(direction out) - Pointer to output page info to.debug- Debug handle of the process to query memory from.addr- Virtual memory address to query.