ACTU:AcquireAccountInfo: Difference between revisions
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0016|2|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|u8, DataBlock BlkID (see descri..." |
TimmSkiller (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{IPC/RequestHeader|0x0016|2|2}} | {{IPC/RequestHeader|0x0016|2|2}} | ||
{{IPC/RequestEntry|u8, Account slot}} | {{IPC/RequestEntry|u8, Account slot}} | ||
{{IPC/RequestEntry| | {{IPC/RequestEntry|u32, [[ACT_Services#DataBlocks|DataBlock BlkID]] (see description)}} | ||
{{IPC/CopyHandle|1}} | {{IPC/CopyHandle|1}} | ||
{{IPC/CopyHandleEntry|Completion event handle}} | {{IPC/CopyHandleEntry|Completion event handle}} | ||
Line 12: | Line 12: | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/RequestHeader|0x0016|1|0}} | {{IPC/RequestHeader|0x0016|1|0}} | ||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | =Description= | ||
Requests account info for the given account. However, only [[ACT_Services#DataBlocks|DataBlock BlkID]] 0x9 is supported (Mail address). Thus, this command can only request the mail address for any given account. | Requests account info for the given account. However, only [[ACT_Services#DataBlocks|DataBlock BlkID]] 0x9 is supported (Mail address). Thus, this command can only request the mail address for any given account. |