FS:CreateDirectory: Difference between revisions

Steveice10 (talk | contribs)
ElementW (talk | contribs)
Convert to IPC templates
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Request=
=Request=
{| class="wikitable" border="1"
{{IPC/Request|Request}}
|-
{{IPC/RequestHeader|0x0809|6|2}}
!  Index Word
{{IPC/RequestEntry|Transaction (usually 0)}}
!  Description
{{IPC/RequestEntryRange|2|u64, Archive Handle}}
|-
{{IPC/RequestEntry|[[Filesystem_services#PathType|Path Type]]}}
| 0
{{IPC/RequestEntry|Path Size (including null-terminator)}}
| Header code [0x08090182]
{{IPC/RequestEntry|[[Filesystem_services#Attributes|Attributes]] (usually 0)}}
|-
{{IPC/TranslateStaticBuffer|Path Data Pointer|0}}
| 1
{{IPC/RequestEnd}}
| Transaction (usually 0)
|-
| 2
| Archive handle lower word
|-
| 3
| Archive handle upper word
|-
| 4
| [[FS:OpenFile|Dir]] LowPath.Type
|-
| 5
| Dir LowPath.Size
|-
| 6
| Always zero?
|-
| 7
| (Dir LowPath.Size<<14) <nowiki>|</nowiki> 2
|-
| 8
| Dir LowPath.Data pointer
|}


=Response=
=Response=
{| class="wikitable" border="1"
{{IPC/Request|Response}}
|-
{{IPC/RequestHeader|0x0809|1|0}}
!  Index Word
{{IPC/RequestEntry|Result code}}
!  Description
{{IPC/RequestEnd}}
|-
| 0
| Header code
|-
| 1
| Resultcode
|}