BOSSU:InitializeSession: Difference between revisions
No edit summary |
DaniElectra (talk | contribs) Use IPC templates |
||
| Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x0001|2|2}} | ||
{{IPC/RequestEntryRange|2|u64, Program ID, unused with BOSS:U.}} | |||
{{IPC/ProcessID}} | |||
| | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x0001|1|0}} | ||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
| | |||
| 0 | =Description= | ||
| | Initializes a BOSS session with access to the data belonging to either the provided program ID (only in privileged mode), or to the caller process. | ||