Difference between revisions of "ACTU:Initialize"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) |
|||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0001|2|4}} |
− | + | {{IPC/RequestEntry|SDK Version}} | |
− | + | {{IPC/CopyHandle|1}} | |
− | | | + | {{IPC/CopyHandleEntry|Handle to caller process}} |
− | | | + | {{IPC/RequestEntry|u32, Shared memory size (optional)}} |
− | + | {{IPC/CopyHandle|1}} | |
− | + | {{IPC/CopyHandleEntry|Handle to shared memory (optional)}} | |
− | + | {{IPC/RequestEnd}} | |
− | | SDK Version | ||
− | | | ||
− | | | ||
− | | Shared memory size | ||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=Response= | =Response= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0001|1|0}} |
− | + | {{IPC/RequestEntry|Result code}} | |
− | + | {{IPC/RequestEnd}} | |
− | | | ||
− | | 0 | ||
− | |||
− | |||
− | |||
− | | Result code | ||
− | |||
=Description= | =Description= | ||
This initializes the ACT service. Shared memory initialization is optional, but some service calls require it. The SDK version seems to be 0xB0502C8. | This initializes the ACT service. Shared memory initialization is optional, but some service calls require it. The SDK version seems to be 0xB0502C8. |
Revision as of 16:36, 12 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | SDK Version | ||||||||
2 | Descriptor for copying 1 handle | ||||||||
3 | Handle to caller process | ||||||||
4 | u32, Shared memory size (optional) | ||||||||
5 | Descriptor for copying 1 handle | ||||||||
6 | Handle to shared memory (optional) |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
7 |
| ||||||||
8 | Result code |
Description
This initializes the ACT service. Shared memory initialization is optional, but some service calls require it. The SDK version seems to be 0xB0502C8.