Filesystem services: Difference between revisions
Steveice10 (talk | contribs) m Attributes is very likely a structure. |
Steveice10 (talk | contribs) m DirectoryEntry |
||
Line 870: | Line 870: | ||
| 0x1 | | 0x1 | ||
| Is Read-Only | | Is Read-Only | ||
|} | |||
== DirectoryEntry == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x20C | |||
| UTF-16 Entry Name | |||
|- | |||
| 0x20C | |||
| 0xA | |||
| UTF-8 Short Name | |||
|- | |||
| 0x216 | |||
| 0x4 | |||
| UTF-8 Extension | |||
|- | |||
| 0x21A | |||
| 0x1 | |||
| Always 1 | |||
|- | |||
| 0x21B | |||
| 0x1 | |||
| Reserved | |||
|- | |||
| 0x21C | |||
| 0x4 | |||
| [[Filesystem_services#Attributes|Attributes]] | |||
|- | |||
| 0x220 | |||
| 0x8 | |||
| Entry Size | |||
|} | |} | ||