Difference between revisions of "FSFile:OpenSubFile"
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. |