pub unsafe extern "C" fn svcGetProcessDebugEvent(
info: *mut DebugEventInfo,
debug: Handle,
) -> ResultExpand description
Gets the current debug event of a debugged process.
ยงArguments
info(direction out) - Pointer to output the debug event information to.debug- Debug handle of the process.