BOSSU:GetTaskInfo: Difference between revisions
Jump to navigation
Jump to search
DaniElectra (talk | contribs) Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestHeader|0x0025|2|2}} {{IPC/RequestEntry|u32, Task ID size, including NULL terminator}} {{IPC/RequestEntry|u8,..." |
(No difference)
|
Latest revision as of 02:24, 2 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
Loads all configuration properties of the given task on the program ID of the current session so that they can be accessed with BOSSU:ReceiveProperty. This can be used for reconfiguring an existing task and keep all unmodified values the same.
The status properties aren't loaded with this command.