Difference between revisions of "ACTU:GetAccountDataBlock"
TimmSkiller (talk | contribs) |
|||
(16 intermediate revisions by 7 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
RequestEdit
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 |
ResponseEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a write-only buffer in the target process | ||||||||
3 | Output buffer |
DescriptionEdit
Returns information associated to the account specified by the account slot.
See DataBlocks for possible data types.