FS:DeleteFile: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08040142] |- | 1 | Always zero? |- | 2 | Archive handle lower word |- | 3 | Arch..." |
Steveice10 (talk | contribs) m Use common types. |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Transaction (usually 0) | ||
|- | |- | ||
| 2 | | 2-3 | ||
| u64, Archive Handle | |||
| Archive | |||
|- | |- | ||
| 4 | | 4 | ||
| [[ | | [[Filesystem_services#PathType|Path Type]] | ||
|- | |- | ||
| 5 | | 5 | ||
| | | Path Size | ||
|- | |- | ||
| 6 | | 6 | ||
| ( | | (PathSize << 14) <nowiki>|</nowiki> 2 | ||
|- | |- | ||
| 7 | | 7 | ||
| | | Path Data Pointer | ||
|} | |} | ||
Line 40: | Line 37: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|} | |} |
Latest revision as of 21:07, 17 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08040142] |
1 | Transaction (usually 0) |
2-3 | u64, Archive Handle |
4 | Path Type |
5 | Path Size |
6 | (PathSize << 14) | 2 |
7 | Path Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |