FSFile:OpenSubFile: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
m Parameter meanings, thanks yellows8.
Steveice10 (talk | contribs)
m Add brief summary of behavior.
 
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.