FS:GetFormatInfo: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Guiand (talk | contribs)
Steveice10 (talk | contribs)
m Use common types.
Line 9: Line 9:
|-
|-
| 1
| 1
| Archive idcode
| [[Filesystem_services#ArchiveId|Archive ID]]
|-
|-
| 2
| 2
| [[FS:OpenFile|LowPath]].Type
| [[Filesystem_services#PathType|Path Type]]
|-
|-
| 3
| 3
| LowPath.Size
| Path Size
|-
|-
| 4
| 4
| (LowPath.Size<<14)  <nowiki>|</nowiki> 2
| (PathSize << 14)  <nowiki>|</nowiki> 2
|-
|-
| 5
| 5
| LowPath.Data pointer?
| Path Data Pointer
|}
|}



Revision as of 23:32, 17 October 2015

Request

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

Index Word Description
0 Header code
1 Resultcode
2 unknown
3 unknown
5 unknown
5 unknown