Difference between revisions of "FSDir:Read"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08010042] |- | 1 | Entrycount, number of entries to read. |- | 2 | ((entrycount*...") |
Steveice10 (talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | [[Filesystem_services#DirectoryEntry|Entry]] Count |
|- | |- | ||
| 2 | | 2 | ||
− | | (( | + | | ((EntryCount * 0x228) << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 3 | | 3 | ||
− | | Entry | + | | [[Filesystem_services#DirectoryEntry|Entry]] Output Pointer |
|} | |} | ||
Line 31: | Line 31: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Actual Entry Count |
|} | |} |