AM:GetImportTitleContextListFiltered: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002400C2] |- | 1 | Number of titleIDs |- | 2 | u8 [[FS:OpenArchive#Mediatypes|Me..." |
TimmSkiller (talk | contribs) No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Import Title Context Count | ||
|- | |- | ||
| 2 | | 2 | ||
| | | [[Filesystem_services#MediaType|Media Type]] | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Filter (bit0 = include user titles, bit1 = include system titles) | ||
|- | |- | ||
| 4 | | 4 | ||
| ( | | ((Import Title Context Count * 8) << 4) <nowiki>|</nowiki> 0xC | ||
|- | |- | ||
| 5 | | 5 | ||
| | | Import Title Context Title IDs Output Pointer | ||
|} | |} | ||
Line 37: | Line 37: | ||
|- | |- | ||
| 2 | | 2 | ||
| | | Number of Read Import Title Context Title IDs | ||
|} | |} |
Latest revision as of 23:19, 7 June 2025
Request
Index Word | Description |
---|---|
0 | Header code [0x002400C2] |
1 | Import Title Context Count |
2 | Media Type |
3 | Filter (bit0 = include user titles, bit1 = include system titles) |
4 | ((Import Title Context Count * 8) << 4) | 0xC |
5 | Import Title Context Title IDs Output Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Number of Read Import Title Context Title IDs |