Function ctru_sys::svcGetThreadInfo

source ·
pub unsafe extern "C" fn svcGetThreadInfo(
    out: *mut s64,
    thread: Handle,
    type_: ThreadInfoType
) -> Result
Expand description

Checks if a thread handle is valid. This requests always return an error when called, it only checks if the handle is a thread or not.

§Returns

0xD8E007ED (BAD_ENUM) if the Handle is a Thread Handle 0xD8E007F7 (BAD_HANDLE) if it isn’t.