BOSSU:StartTask: Difference between revisions
Jump to navigation
Jump to search
DaniElectra (talk | contribs) m Use IPC template header |
DaniElectra (talk | contribs) mNo edit summary |
||
Line 11: | Line 11: | ||
{{IPC/RequestHeader|0x001C|1|2}} | {{IPC/RequestHeader|0x001C|1|2}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/MapPointerR|Task ID buffer}} | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | =Description= | ||
Starts the given task on the program ID of the current session. | Starts the given task on the program ID of the current session. |
Latest revision as of 00:35, 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
Starts the given task on the program ID of the current session.