Difference between revisions of "FS:OpenFile"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Use common types.) |
|||
Line 46: | Line 46: | ||
|- | |- | ||
| 3 | | 3 | ||
− | | File | + | | File client session handle |
|} | |} |
Revision as of 11:57, 12 May 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x080201C2] |
1 | Transaction (usually 0) |
2-3 | u64, Archive Handle |
4 | Path Type |
5 | Path Size |
6 | Open Flags |
7 | Attributes (usually 0) |
8 | (PathSize << 14) | 2 |
9 | Path Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
3 | File client session handle |