Difference between revisions of "FSPXI:CreateFile"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00050202] |- | 1 | Transaction (usually 0) |- | 2 | File handle lower word |-...") |
m |
||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Archive handle lower word |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Archive handle upper word |
|- | |- | ||
| 4 | | 4 |
Revision as of 07:55, 1 January 2017
Request
Index Word | Description |
---|---|
0 | Header code [0x00050202] |
1 | Transaction (usually 0) |
2 | Archive handle lower word |
3 | Archive handle upper word |
4 | LowPath.Type |
5 | LowPath.Size |
6 | Attributes |
7 | File size lower word |
8 | File size upper word |
9 | (LowPath.Size<<8) | 4 |
10 | LowPath.Data pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |