FS:EnumerateExtSaveData: Difference between revisions

Profi200 (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x8550102] |- | 1 | List buffee size? |- | 2 | Mediatype? |- | 3 | ? |- | 4 | Alwa..."
 
Steveice10 (talk | contribs)
m Use common types.
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| List buffee size?
| Output ID Buffer Size
|-
|-
| 2
| 2
| Mediatype?
| [[Filesystem_services#MediaType|Media Type]]
|-
|-
| 3
| 3
| ?
| ID Entry Size (usually 4 or 8)
|-
|-
| 4
| 4
| Always 0?
| u8, 0 = Non-Shared, 1 = Shared
|-
|-
| 5
| 5
| <nowiki>(listBufSize<<4) | 0xC?</nowiki>
| (outputBufferSize << 4) <nowiki>|</nowiki> 0xC
|-
|-
| 6
| 6
| List buffer pointer?
| Output Pointer
|}
|}


Line 37: Line 37:
|-
|-
| 1
| 1
| Resultcode
| Result code
|-
|-
| 2
| 2
| Written ID count?
| Written ID Count
|-
| 3
| ?
|-
| 4
| Out data pointer
|}
|}