Difference between revisions of "FS:GetFormatInfo"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x084500C2] |- | 1 | Archive idcode? |- | 2 | LowPath.Type? |- | 3...") |
Steveice10 (talk | contribs) m (Response data.) |
||
(2 intermediate revisions by 2 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 |
|- | |- | ||
| 4 | | 4 | ||
− | | ( | + | | (PathSize << 14) <nowiki>|</nowiki> 2 |
|- | |- | ||
| 5 | | 5 | ||
− | | | + | | Path Data Pointer |
|} | |} | ||
Line 34: | Line 34: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Result code |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Total Size |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Number of Directories |
|- | |- | ||
− | | | + | | 4 |
− | | | + | | Number of Files |
|- | |- | ||
| 5 | | 5 | ||
− | | | + | | u8, 0 = don't duplicate data, 1 = duplicate data |
|} | |} |
Latest revision as of 21:09, 18 October 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x084500C2] |
1 | Archive ID |
2 | Path Type |
3 | Path Size |
4 | (PathSize << 14) | 2 |
5 | Path Data Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total Size |
3 | Number of Directories |
4 | Number of Files |
5 | u8, 0 = don't duplicate data, 1 = duplicate data |