Difference between revisions of "BOSSU:GetTaskFinishHandle"
Jump to navigation
Jump to search
DaniElectra (talk | contribs) m (DaniElectra moved page BOSS:GetTaskFinishHandle to BOSSU:GetTaskFinishHandle: Consistency with other pages) |
DaniElectra (talk | contribs) m (Use IPC template header) |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{{IPC/Request}} | {{IPC/Request}} | ||
− | {{ | + | {{IPC/RequestHeader|0x001F|0|0}} |
− | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 8: | Line 7: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
− | {{IPC/ | + | {{IPC/RequestHeader|0x001F|1|2}} |
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
− | {{IPC/ | + | {{IPC/CopyHandle|1}} |
− | {{IPC/ | + | {{IPC/CopyHandleEntry|KEvent event}} |
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
+ | |||
+ | =Description= | ||
+ | Returns an event handle for the current session which is signaled when the task currently loaded in the session finishes. |
Latest revision as of 23:43, 1 February 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
|
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for copying 1 handle | ||||||||
3 | KEvent event |
Description[edit]
Returns an event handle for the current session which is signaled when the task currently loaded in the session finishes.