pub unsafe extern "C" fn svcDebugActiveProcess(
debug: *mut Handle,
processId: u32_,
) -> ResultExpand description
Creates a debug handle for an active process.
ยงArguments
debug(direction out) - Pointer to output the created debug handle to.processId- ID of the process to debug.