Difference between revisions of "FS:OpenFileDirectly"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Use common types.) |
|||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | [[ | + | | [[Filesystem_services#ArchiveId|Archive ID]] |
|- | |- | ||
| 3 | | 3 | ||
− | | Archive | + | | [[Filesystem_services#PathType|Archive Path Type]] |
|- | |- | ||
| 4 | | 4 | ||
− | | Archive | + | | Archive Path Size |
|- | |- | ||
| 5 | | 5 | ||
− | | [[ | + | | [[Filesystem_services#PathType|File Path Type]] |
|- | |- | ||
| 6 | | 6 | ||
− | | File | + | | File Path Size |
|- | |- | ||
| 7 | | 7 | ||
− | | [[ | + | | [[Filesystem_services#OpenFlags|Open Flags]] |
|- | |- | ||
| 8 | | 8 | ||
− | | [[ | + | | [[Filesystem_services#Attributes|Attributes]] (usually 0) |
|- | |- | ||
| 9 | | 9 | ||
− | | ( | + | | (ArchivePathSize << 14) <nowiki>|</nowiki> 0x802 |
|- | |- | ||
| 10 | | 10 | ||
− | | Archive | + | | Archive Path Data Pointer |
|- | |- | ||
| 11 | | 11 | ||
− | | ( | + | | (FilePathSize << 14) <nowiki>|</nowiki> 2 |
|- | |- | ||
| 12 | | 12 | ||
− | | File | + | | File Path Data Pointer |
|} | |} | ||
Line 61: | Line 61: | ||
|- | |- | ||
| 3 | | 3 | ||
− | | File | + | | File Handle |
|} | |} |
Revision as of 20:06, 17 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08030204] |
1 | Transaction (usually 0) |
2 | Archive ID |
3 | Archive Path Type |
4 | Archive Path Size |
5 | File Path Type |
6 | File Path Size |
7 | Open Flags |
8 | Attributes (usually 0) |
9 | (ArchivePathSize << 14) | 0x802 |
10 | Archive Path Data Pointer |
11 | (FilePathSize << 14) | 2 |
12 | File Path Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | N/A |
3 | File Handle |