FS:CreateDirectory: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08090182] |- | 1 | Always zero? |- | 2 | Archive handle lower word |- | 3 | Arch..." |
Convert to IPC templates |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{| | {{IPC/Request|Request}} | ||
| | {{IPC/RequestHeader|0x0809|6|2}} | ||
{{IPC/RequestEntry|Transaction (usually 0)}} | |||
{{IPC/RequestEntryRange|2|u64, Archive Handle}} | |||
| | {{IPC/RequestEntry|[[Filesystem_services#PathType|Path Type]]}} | ||
| 0 | {{IPC/RequestEntry|Path Size (including null-terminator)}} | ||
{{IPC/RequestEntry|[[Filesystem_services#Attributes|Attributes]] (usually 0)}} | |||
{{IPC/TranslateStaticBuffer|Path Data Pointer|0}} | |||
{{IPC/RequestEnd}} | |||
| 2 | |||
| Archive | |||
| [[ | |||
| | |||
| | |||
| ( | |||
| | |||
| | |||
=Response= | =Response= | ||
{| | {{IPC/Request|Response}} | ||
| | {{IPC/RequestHeader|0x0809|1|0}} | ||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
| | |||
| 0 | |||
| | |||
Latest revision as of 22:45, 17 September 2024
Request
Request Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Transaction (usually 0) | ||||||||
2-3 | u64, Archive Handle | ||||||||
4 | Path Type | ||||||||
5 | Path Size (including null-terminator) | ||||||||
6 | Attributes (usually 0) | ||||||||
7 | Descriptor for static buffer (id 0) | ||||||||
8 | Path Data Pointer |
Response
Response Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |