BOSSU:CancelTask: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001E0042] |- | 1 | TaskID buffer size |- | 2 | (Size << 4) <nowiki>|</nowiki..." |
DaniElectra (talk | contribs) m Use IPC template header |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
{{IPC/RequestHeader|0x001E|1|2}} | |||
{{IPC/RequestEntry|Task ID size, including NULL terminator}} | |||
{{IPC/MapPointerR|Task ID buffer}} | |||
{{IPC/RequestEnd}} | |||
| | |||
| 1 | |||
| 2 | |||
| | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x001E|1|2}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/MapPointerR|Task ID buffer}} | |||
| 0 | {{IPC/RequestEnd}} | ||
| | |||
=Description= | |||
| 1 | Cancels the given task on the program ID of the current session. | ||
| Result code | |||
|} |
Latest revision as of 00:34, 2 February 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Task ID size, including NULL terminator | ||||||||
2 | Descriptor for mapping a read-only buffer in the target process | ||||||||
3 | 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
Cancels the given task on the program ID of the current session.