Difference between revisions of "FS:OpenArchive"
Jump to navigation
Jump to search
(28 intermediate revisions by 5 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | Archive | + | | [[Filesystem_services#ArchiveId|Archive ID]] |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | [[Filesystem_services#PathType|Path Type]] |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Path Size (including null-terminator) |
|- | |- | ||
| 4 | | 4 | ||
− | | ( | + | | (PathSize << 14) <nowiki>|</nowiki> 2 |
|- | |- | ||
| 5 | | 5 | ||
− | | | + | | Path Data Pointer |
|} | |} | ||
Line 34: | Line 34: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Result code |
|- | |- | ||
− | | 2 | + | | 2-3 |
− | + | | u64, Archive Handle | |
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
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 |