BOSSU:GetTaskResult

From 3dbrew
Revision as of 01:02, 2 February 2025 by DaniElectra (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestHeader|0x0021|1|2}} {{IPC/RequestEntry|u32, Task ID size, including NULL terminator}} {{IPC/MapPointerR|Task...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0
Header 0x00210042 Cmd 0x0021 Param 1 Xlat 2
1 u32, 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
Header 0x00210102 Cmd 0x0021 Param 4 Xlat 2
1 Result code
2 u8, TaskResult
3 u32, Count
4 u8, Current step ID
5 Descriptor for mapping a read-only buffer in the target process
6 Task ID buffer

Description

Gets the result of the given task on the program ID of the current session.