Difference between revisions of "FSDir:Read"
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08010042] |- | 1 | Entrycount, number of entries to read. |- | 2 | ((entrycount*...") |
m (Convert to IPC templates) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0801|1|2}} |
− | + | {{IPC/RequestEntry|[[Filesystem_services#DirectoryEntry|Entry]] Count}} | |
− | + | {{IPC/MapPointerW|[[Filesystem_services#DirectoryEntry|Entry]] Output Pointer|(Entry Count × 0x228)}} | |
− | | | + | {{IPC/RequestEnd}} |
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | | ( | ||
− | |||
− | |||
− | |||
− | |||
=Response= | =Response= | ||
− | { | + | {{IPC/Request}} |
− | + | {{#vardefine:ipc_offset|0}} | |
− | + | {{IPC/RequestHeader|0x0801|2|0}} | |
− | + | {{IPC/RequestEntry|Result code}} | |
− | + | {{IPC/RequestEntry|Actual Entry Count}} | |
− | | 0 | + | {{IPC/RequestEnd}} |
− | | | ||
− | | | ||
− | | | ||
− | | Result code | ||
− | | | ||
− | |||
− | |||
− |
Latest revision as of 19:37, 1 March 2025
RequestEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Entry Count | ||||||||
2 | Descriptor for mapping a (Entry Count × 0x228) byte write-only buffer in the target process | ||||||||
3 | Entry Output Pointer |
ResponseEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Actual Entry Count |