FS:OpenFileDirectly: Difference between revisions
m →Request |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Transaction (usually 0) | ||
|- | |- | ||
| 2 | | 2 | ||
| [[ | | [[Filesystem_services#ArchiveId|Archive ID]] | ||
|- | |- | ||
| 3 | | 3 | ||
| Archive | | [[Filesystem_services#PathType|Archive Path Type]] | ||
|- | |- | ||
| 4 | | 4 | ||
| Archive | | Archive Path Size (including null-terminator) | ||
|- | |- | ||
| 5 | | 5 | ||
| [[ | | [[Filesystem_services#PathType|File Path Type]] | ||
|- | |- | ||
| 6 | | 6 | ||
| File | | File Path Size (including null-terminator) | ||
|- | |- | ||
| 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 55: | Line 55: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|- | |||
| 2 | |||
| N/A | |||
|- | |- | ||
| 3 | | 3 | ||
| File handle | | File client session handle | ||
|} | |} |