Difference between revisions of "FS:OpenFile"

From 3dbrew
Jump to navigation Jump to search
m (Fix typo where response translate word count was wrong)
m (Add categories)
 
Line 18: Line 18:
 
{{IPC/MoveHandleEntry|File client session handle}}
 
{{IPC/MoveHandleEntry|File client session handle}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
 +
 +
[[Category:fs:USER commands]]
 +
[[Category:fs:LDR commands]]

Latest revision as of 12:54, 20 September 2024

Request[edit]

Request Word Description
0
Header 0x080201C2 Cmd 0x0802 Param 7 Xlat 2
1 Transaction (usually 0)
2-3 u64, Archive Handle
4 Path Type
5 Path Size (including null-terminator)
6 Open Flags
7 Attributes (usually 0)
8 Descriptor for static buffer (id 0)
9 Path Data Pointer

Response[edit]

Response Word Description
0
Header 0x08020042 Cmd 0x0802 Param 1 Xlat 2
1 Result code
2 Descriptor for moving 1 handle
3 File client session handle