Difference between revisions of "FS:OpenArchive"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Use common types.) |
|||
Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
− | | Path Size | + | | Path Size (including null-terminator) |
|- | |- | ||
| 4 | | 4 |
Latest revision as of 22:35, 5 September 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x080C00C2] |
1 | Archive ID |
2 | Path Type |
3 | Path Size (including null-terminator) |
4 | (PathSize << 14) | 2 |
5 | Path Data Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-3 | u64, Archive Handle |