Difference between revisions of "AMFile:Control"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x040100C4] |- | 1 | Action |- | 2 | Input Size |- | 3 | Output Size |- | 4 | (...") |
(No difference)
|
Latest revision as of 13:03, 15 August 2022
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x040100C4] |
1 | Action |
2 | Input Size |
3 | Output Size |
4 | (inputSize << 4) | 0xA |
5 | void* Input |
6 | (outputSize << 4) | 0xC |
7 | void* Output |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This allows performing extra actions on files.