Difference between revisions of "FSFile:OpenSubFile"

From 3dbrew
Jump to navigation Jump to search
(OpenSubFile)
 
m (Add brief summary of behavior.)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1-2
 
| 1-2
| u64, unknown
+
| u64, Offset
 
|-
 
|-
 
| 3-4
 
| 3-4
| u64, unknown
+
| 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[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.