FSFile:OpenSubFile: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) OpenSubFile |
Steveice10 (talk | contribs) m Add brief summary of behavior. |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1-2 | | 1-2 | ||
| u64, | | u64, Offset | ||
|- | |- | ||
| 3-4 | | 3-4 | ||
| u64, | | u64, Size | ||
|} | |} | ||
Line 30: | Line 30: | ||
| Handle | | Handle | ||
|} | |} | ||
=Description= | |||
Opens a file handle pointing to the specified number of bytes at the specified offset of a file. |
Latest revision as of 22:49, 1 November 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08010100] |
1-2 | u64, Offset |
3-4 | u64, Size |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
3 | Handle |
Description
Opens a file handle pointing to the specified number of bytes at the specified offset of a file.