Function svcDebugActiveProcess

Source
pub unsafe extern "C" fn svcDebugActiveProcess(
    debug: *mut Handle,
    processId: u32_,
) -> Result
Expand 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.