Difference between revisions of "FS:DeleteDirectoryRecursively"

From 3dbrew
Jump to navigation Jump to search
m (Use common types.)
 
Line 11: Line 11:
 
| Transaction (usually 0)
 
| Transaction (usually 0)
 
|-
 
|-
| 2
+
| 2-3
| Archive handle lower word
+
| u64, Archive Handle
|-
 
| 3
 
| Archive handle upper word
 
 
|-
 
|-
 
| 4
 
| 4
| [[FS:OpenFile|File]] LowPath.Type
+
| [[Filesystem_services#PathType|Path Type]]
 
|-
 
|-
 
| 5
 
| 5
| File LowPath.Size
+
| Path Size
 
|-
 
|-
 
| 6
 
| 6
| (File LowPath.Size<<14)  <nowiki>|</nowiki> 0x2
+
| (PathSize << 14)  <nowiki>|</nowiki> 0x2
 
|-
 
|-
 
| 7
 
| 7
| File LowPath.Data pointer
+
| Path Data Pointer
 
|}
 
|}
  
Line 40: Line 37:
 
|-
 
|-
 
| 1
 
| 1
| Resultcode
+
| Result code
 
|}
 
|}

Latest revision as of 21:13, 17 October 2015

Request[edit]

Index Word Description
0 Header code [0x08070142]
1 Transaction (usually 0)
2-3 u64, Archive Handle
4 Path Type
5 Path Size
6 (PathSize << 14) | 0x2
7 Path Data Pointer

Response[edit]

Index Word Description
0 Header code
1 Result code