BOSSU:ReconfigureTask: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x000D0082]}} {{IPC/RequestEntry|TaskID buffer size.}} {{IPC/RequestEntry|u8, unknown.}}..." |
DaniElectra (talk | contribs) Use IPC template header |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{IPC/RequestHeader|0x000D|2|2}} | |||
{{IPC/ | {{IPC/RequestEntry|u32, Task ID size, including NULL terminator}} | ||
{{IPC/RequestEntry| | {{IPC/RequestEntry|u8, Step ID}} | ||
{{IPC/RequestEntry|u8, | {{IPC/MapPointerR|Task ID buffer}} | ||
{{IPC/MapPointerR| | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 11: | Line 10: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/ | {{IPC/RequestHeader|0x000D|1|2}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/MapPointerR|Task ID buffer}} | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | |||
Reconfigures the given task on the program ID of the current session using the new properties given using [[BOSSU:SendProperty]]. Not all properties can be reconfigured. |
Latest revision as of 18:55, 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
Reconfigures the given task on the program ID of the current session using the new properties given using BOSSU:SendProperty. Not all properties can be reconfigured.