BOSSU:UnregisterTask: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000C0082] |- | 1 | TaskID buffer size |- | 2 | ? |- | 3 | (Size << 4) <nowik..." |
DaniElectra (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x000C|2|2}} | ||
{{IPC/RequestEntry|u32, Task ID size, including NULL terminator}} | |||
{{IPC/RequestEntry|u8, Step ID}} | |||
| | {{IPC/MapPointerR|Task ID buffer}} | ||
| | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x000C|1|2}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/MapPointerR|Task ID buffer}} | |||
| 0 | {{IPC/RequestEnd}} | ||
| | |||
=Description= | |||
| 1 | Unregisters the given task from the program ID of the current session. | ||
| Result code | |||
|} |
Latest revision as of 18:51, 1 February 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u32, Task ID size, including NULL terminator | ||||||||
2 | u8, Step ID | ||||||||
3 | Descriptor for mapping a read-only buffer in the target process | ||||||||
4 | Task ID buffer |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a read-only buffer in the target process | ||||||||
3 | Task ID buffer |
Description
Unregisters the given task from the program ID of the current session.