ACTU:Initialize: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00010084] |- | 1 | SDK Version |- | 2 | Shared memory size |- | 3 | Always 0x..." |
|||
| Line 41: | Line 41: | ||
=Description= | =Description= | ||
This initializes the ACT service. Shared memory initialization is optional, but some service calls require it. | 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 13:39, 10 March 2018
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00010084] |
| 1 | SDK Version |
| 2 | Shared memory size |
| 3 | Always 0x20(kernel PID header) |
| 4 | 0x20(The code to request the current process handle.) |
| 5 | 0x00 (handle-transfer header for kernel) |
| 6 | Shared memory address value. |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | 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.