SVC: Difference between revisions
No edit summary |
No edit summary |
||
Line 1,174: | Line 1,174: | ||
| [[8.0.0-18]] | | [[8.0.0-18]] | ||
| This only returns error 0xE0E01BF4. | | This only returns error 0xE0E01BF4. | ||
|} | |||
= GetHandleInfo = | |||
{| class="wikitable" border="1" | |||
! SystemInfoType value | |||
! Description | |||
|- | |||
| 0 | |||
| This writes back two (unknown) u32 fields from the KProcess object. If not a KProcess handle is given, it will write whatever was in r5, r7 when the svc was called. | |||
|- | |||
| 1 | |||
| Get internal refcount-1 for kernel object (u32), and also a boolean if the refcount-1 is negative (u32). | |||
|- | |||
| 0x32107 | |||
| Returns (u64) 0. | |||
|} | |} | ||