FS:OpenDirectory: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x080B0102] |- | 1 | Archive handle lower word |- | 2 | Archive handle upper word ..." |
Steveice10 (talk | contribs) m Use common types. |
||
Line 8: | Line 8: | ||
| Header code [0x080B0102] | | Header code [0x080B0102] | ||
|- | |- | ||
| 1 | | 1-2 | ||
| u64, Archive Handle | |||
| Archive | |||
|- | |- | ||
| 3 | | 3 | ||
| [[ | | [[Filesystem_services#PathType|Path Type]] | ||
|- | |- | ||
| 4 | | 4 | ||
| | | Path Size | ||
|- | |- | ||
| 5 | | 5 | ||
| ( | | (PathSize << 14) <nowiki>|</nowiki> 2 | ||
|- | |- | ||
| 6 | | 6 | ||
| | | Path Data Pointer | ||
|} | |} | ||
Line 37: | Line 34: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Directory Handle | ||
|} | |} |
Latest revision as of 21:16, 17 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x080B0102] |
1-2 | u64, Archive Handle |
3 | Path Type |
4 | Path Size |
5 | (PathSize << 14) | 2 |
6 | Path Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
3 | Directory Handle |