BOSSU:InitializeSession: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "=Request= {| class="wikitable" border="1" |- !  Index Word !  Description |- | 0 | Header code [0x00010082] |- | 1 | Unknown, usually zero? |- | 2 | Unknown, usually zero? |-..."  | 
				DaniElectra (talk | contribs) m Reset IPC offset for response  | 
				||
| (3 intermediate revisions by 2 users not shown) | |||
| 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}}  | ||
|   | |||
| 2  | |||
|   | |||
=Response=  | =Response=  | ||
{|   | {{IPC/Request}}  | ||
|  | {{#vardefine:ipc_offset|0}}  | ||
{{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.  | |||
Latest revision as of 14:03, 1 February 2025
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 | 
  | ||||||||
| 1-2 | u64, Program ID, unused with BOSS:U. | ||||||||
| 3 | Descriptor for process ID | ||||||||
| 4 | Placeholder for process ID | 
Response
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 | 
  | ||||||||
| 1 | Result code | 
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.