FS:CreateDirectory: Difference between revisions
Steveice10 (talk | contribs) m Use common types. |
Convert to IPC templates |
||
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]]}} | ||
| | {{IPC/RequestEntry|Path Size (including null-terminator)}} | ||
{{IPC/RequestEntry|[[Filesystem_services#Attributes|Attributes]] (usually 0)}} | |||
{{IPC/TranslateStaticBuffer|Path Data Pointer|0}} | |||
{{IPC/RequestEnd}} | |||
| Transaction (usually 0) | |||
| 2 | |||
| u64, Archive Handle | |||
| [[Filesystem_services#PathType|Path Type]] | |||
| Path Size | |||
| [[Filesystem_services#Attributes|Attributes]] (usually 0) | |||
| Path Data Pointer | |||
=Response= | =Response= | ||
{| | {{IPC/Request|Response}} | ||
| | {{IPC/RequestHeader|0x0809|1|0}} | ||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
| | |||
| 0 | |||
| Result code | |||