pub unsafe extern "C" fn svcGetDebugThreadParam(
unused: *mut s64,
out: *mut u32_,
debug: Handle,
threadId: u32_,
parameter: DebugThreadParameter,
) -> ResultExpand description
Gets a debugged thread’s parameter.
§Arguments
unused(direction out) - Unused.out(direction out) - Output value.debug- Debug handle of the process.threadId- ID of the threadparameter- Parameter to fetch, see DebugThreadParameter.