BOSSU:GetStepIdList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
DaniElectra (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x000F|1|2}} {{IPC/RequestEntry|u32, Task ID size, including NULL terminator}} {{IPC/MapPointerR|Task ID buffer}} {{IPC/RequestEn..."
 
(No difference)

Latest revision as of 19:06, 1 February 2025

Request

Index Word Description
0
Header 0x000F0042 Cmd 0x000F 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 0x000F0042 Cmd 0x000F Param 1 Xlat 2
1 Result code
2 Descriptor for mapping a read-only buffer in the target process
3 Task ID buffer

Description

Loads the list of step IDs of the given task into the local session so that it can be retrieved with PropertyIDs 0x37 and 0x38 on BOSSU:ReceiveProperty.