Line 107:
Line 107:
Result GetThreadInfo(s64* out, Handle thread, ThreadInfoType type);
Result GetThreadInfo(s64* out, Handle thread, ThreadInfoType type);
−
{| class="wikitable" border="1"
+
''' Details '''
−
! ThreadInfoType value
+
This requests always return an error when called, it only checks if the handle is a thread or not.
−
! Description
+
Hence, it will return 0xD8E007ED (BAD_ENUM) if the Handle is a Thread Handle, 0xD8E007F7 (BAD_HANDLE) if it isn't.
−
|-
−
| ?
−
| ?
−
|}
=== GetThreadContext ===
=== GetThreadContext ===