BOSSU:UnregisterTask: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
DaniElectra (talk | contribs)
Use IPC template header
DaniElectra (talk | contribs)
mNo edit summary
 
Line 10: Line 10:
{{IPC/Request}}
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestHeader|0x000B|1|2}}
{{IPC/RequestHeader|0x000C|1|2}}
{{IPC/RequestEntry|Result code}}
{{IPC/RequestEntry|Result code}}
{{IPC/MapPointerR|Task ID buffer}}
{{IPC/MapPointerR|Task ID buffer}}

Latest revision as of 18:51, 1 February 2025

Request

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

Description

Unregisters the given task from the program ID of the current session.