Difference between revisions of "ACTU:GetAccountDataBlock"
Jump to navigation
Jump to search
DaniElectra (talk | contribs) (Move data blocks to main page of ACT) |
TimmSkiller (talk | contribs) |
||
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}} |
− | |||
− | |||
− | | u8 Account slot (0xFE | ||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | 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 18:03, 12 January 2025
Request[edit]
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[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a write-only buffer in the target process | ||||||||
3 | Output buffer |
Description[edit]
Returns information associated to the account specified by the account slot.
See DataBlocks for possible data types.