ACTU:GetAccountDataBlock: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) No edit summary |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
{{IPC/RequestHeader|0x0006|3|2}} | |||
{{IPC/RequestEntry|u8, Account slot (0xFE for default)}} | |||
{{IPC/RequestEntry|Output buffer size}} | |||
| | {{IPC/RequestEntry|Account data type}} | ||
| | {{IPC/MapPointerW|Output buffer}} | ||
| | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| | |||
| Output buffer | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x0006|1|2}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/MapPointerW|Output buffer}} | |||
| 0 | {{IPC/RequestEnd}} | ||
| | |||
| | |||
| | |||
| Result code | |||
|} | |||
=Description= | =Description= | ||
Returns information associated to the account specified by the account slot. | |||
See [[ACT_Services#DataBlocks|DataBlocks]] for possible data types. | |||
Latest revision as of 19:03, 12 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot (0xFE for default) | ||||||||
2 | Output buffer size | ||||||||
3 | Account data type | ||||||||
4 | Descriptor for mapping a write-only buffer in the target process | ||||||||
5 | Output buffer |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a write-only buffer in the target process | ||||||||
3 | Output buffer |
Description
Returns information associated to the account specified by the account slot.
See DataBlocks for possible data types.