Difference between revisions of "ACTU:GetCommonInfo"
Jump to navigation
Jump to search
DaniElectra (talk | contribs) m (Move data blocks to main page of ACT) |
TimmSkiller (talk | contribs) |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0005|2|2}} |
− | + | {{IPC/RequestEntry|Output buffer size}} | |
− | + | {{IPC/RequestEntry|Common data type}} | |
− | | | + | {{IPC/MapPointerW|Output buffer}} |
− | + | {{IPC/RequestEnd}} | |
− | |||
− | |||
− | | 2 | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | | Output buffer | ||
− | |||
=Response= | =Response= | ||
− | { | + | {{IPC/Request}} |
− | + | {{#vardefine:ipc_offset|0}} | |
− | + | {{IPC/RequestHeader|0x0005|1|2}} | |
− | + | {{IPC/RequestEntry|Result code}} | |
− | + | {{IPC/MapPointerW|Output buffer}} | |
− | | 0 | + | {{IPC/RequestEnd}} |
− | | | ||
− | | | ||
− | | | ||
− | | Result code | ||
− | |} | ||
=Description= | =Description= | ||
− | + | Returns common account information, not specific to any account. | |
+ | |||
+ | See [[ACT_Services#DataBlocks|DataBlocks]] for possible data types. |
Latest revision as of 17:59, 12 January 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Output buffer size | ||||||||
2 | Common data type | ||||||||
3 | Descriptor for mapping a write-only buffer in the target process | ||||||||
4 | 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 common account information, not specific to any account.
See DataBlocks for possible data types.