FSFile:Control

Revision as of 06:39, 16 October 2015 by Steveice10 (talk | contribs) (→‎Response)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RequestEdit

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

ResponseEdit

Index Word Description
0 Header code
1 Result code

DescriptionEdit

This allows performing extra actions on files.

ActionEdit

Value Description Input Output
0 ? ? ?