Filesystem services: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= | = Filesystem service "fs:USER" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 250: | Line 250: | ||
| 0x08500040 | | 0x08500040 | ||
| GetSpecialFileSize | | GetSpecialFileSize | ||
|} | |||
=File service= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Command Header | |||
! Description | |||
|- | |||
| 0x000100C6 | |||
| Dummy1 | |||
|- | |||
| 0x040100C4 | |||
| Control | |||
|- | |||
| 0x08010100 | |||
| OpenSubFile | |||
|- | |||
| 0x080200C2 | |||
| Read | |||
|- | |||
| 0x08030102 | |||
| Write | |||
|- | |||
| 0x08040000 | |||
| GetSize | |||
|- | |||
| 0x08050080 | |||
| SetSize | |||
|- | |||
| 0x08060000 | |||
| GetAttributes | |||
|- | |||
| 0x08070040 | |||
| SetAttributes | |||
|- | |||
| 0x08080000 | |||
| Close | |||
|- | |||
| 0x08090000 | |||
| Flush | |||
|} | |} |