Difference between revisions of "FSDir:Read"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m |
m (Convert to IPC templates) |
||
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}} |
− | | | ||
− | |||
− | |||
− | |||
− | | [[Filesystem_services#DirectoryEntry|Entry]] Count | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | [[Filesystem_services#DirectoryEntry|Entry]] Output Pointer | ||
− | |||
=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 | ||
− | |||
− | |||
− | | Actual Entry Count | ||
− |
Latest revision as of 19:37, 1 March 2025
Request[edit]
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 |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Actual Entry Count |