BOSSU:ReceiveProperty: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00160082] |- | 1 | PropertyID |- | 2 | Size |- | 3 | (..." |
DaniElectra (talk | contribs) Use IPC template header |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x0016|2|2}} | ||
{{IPC/RequestEntry|u16, [[BOSS_Services#PropertyIDs|Property ID]]}} | |||
{{IPC/RequestEntry|u32, Buffer size}} | |||
| | {{IPC/MapPointerW|Data buffer}} | ||
| | {{IPC/RequestEnd}} | ||
| [[ | |||
| | |||
| Data | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x0016|2|2}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEntry|u32, Actual read size}} | |||
| 0 | {{IPC/MapPointerW|Data buffer}} | ||
| | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| Result code | |||
| | |||
|} | |||
=Description= | =Description= | ||
Same as [[BOSSU:SendProperty]] except for reading. | Same as [[BOSSU:SendProperty]] except for reading. |
Latest revision as of 23:34, 1 February 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u16, Property ID | ||||||||
2 | u32, Buffer size | ||||||||
3 | Descriptor for mapping a write-only buffer in the target process | ||||||||
4 | Data buffer |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | u32, Actual read size | ||||||||
3 | Descriptor for mapping a write-only buffer in the target process | ||||||||
4 | Data buffer |
Description
Same as BOSSU:SendProperty except for reading.