BOSSU:RegisterTask: Difference between revisions
Jump to navigation
Jump to search
DaniElectra (talk | contribs) m Use IPC template header |
DaniElectra (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
=Description= | =Description= | ||
Registers a task and updates the BOSS savedata immediately, using information previously configured with [[BOSSU:SendProperty]]. | Registers a task for the program ID of the current session and updates the BOSS savedata immediately, using information previously configured with [[BOSSU:SendProperty]]. | ||
The input bool is set to true in the SDK if the application provides a TaskOption, which contains some of the properties that can be configured. | The input bool is set to true in the SDK if the application provides a TaskOption, which contains some of the properties that can be configured. |
Latest revision as of 18:49, 1 February 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u32, Task ID size, including NULL terminator | ||||||||
2 | bool, TaskOption configured | ||||||||
3 | u8, Step ID | ||||||||
4 | Descriptor for mapping a read-only buffer in the target process | ||||||||
5 | 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
Registers a task for the program ID of the current session and updates the BOSS savedata immediately, using information previously configured with BOSSU:SendProperty.
The input bool is set to true in the SDK if the application provides a TaskOption, which contains some of the properties that can be configured.