Difference between revisions of "FSFile:OpenSubFile"

From 3dbrew
Jump to navigation Jump to search
m (Parameter meanings, thanks yellows8.)
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[edit]

Index Word Description
0 Header code [0x08010100]
1-2 u64, Offset
3-4 u64, Size

Response[edit]

Index Word Description
0 Header code
1 Result code
3 Handle

Description[edit]

Opens a file handle pointing to the specified number of bytes at the specified offset of a file.