FS:CreateDirectory: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m →Request |
Steveice10 (talk | contribs) m Use common types. |
||
Line 11: | Line 11: | ||
| Transaction (usually 0) | | Transaction (usually 0) | ||
|- | |- | ||
| 2 | | 2-3 | ||
| u64, Archive Handle | |||
| Archive | |||
|- | |- | ||
| 4 | | 4 | ||
| [[ | | [[Filesystem_services#PathType|Path Type]] | ||
|- | |- | ||
| 5 | | 5 | ||
| | | Path Size | ||
|- | |- | ||
| 6 | | 6 | ||
| | | [[Filesystem_services#Attributes|Attributes]] (usually 0) | ||
|- | |- | ||
| 7 | | 7 | ||
| ( | | (PathSize << 14) <nowiki>|</nowiki> 2 | ||
|- | |- | ||
| 8 | | 8 | ||
| | | Path Data Pointer | ||
|} | |} | ||
Line 43: | Line 40: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Result code | ||
|} | |} |
Revision as of 21:22, 17 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08090182] |
1 | Transaction (usually 0) |
2-3 | u64, Archive Handle |
4 | Path Type |
5 | Path Size |
6 | Attributes (usually 0) |
7 | (PathSize << 14) | 2 |
8 | Path Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |