AMPXI:GetPendingTitleInfo: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001F0084] |- | 1 | Title count |- | 2 | ? (always 0?) |- | 3 | (titlecount*8)<<8..." |
Steveice10 (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| | | [[Filesystem_services#MediaType|MediaType]] | ||
|- | |- | ||
| 3 | | 3 | ||
| ( | | (TitleCount * 8) << 8 <nowiki>|</nowiki> 4 | ||
|- | |- | ||
| 4 | | 4 | ||
| | | Title IDs input pointer | ||
|- | |- | ||
| 5 | | 5 | ||
| ( | | (TitleCount * 24) << 8 <nowiki>|</nowiki> 0x14 | ||
|- | |- | ||
| 6 | | 6 | ||
| | | Title Infos output pointer | ||
|} | |} | ||
Line 39: | Line 39: | ||
| Result code | | Result code | ||
|} | |} | ||
=Description= | |||
Gets information on titles that are currently pending installation. | |||
= Title info = | = Title info = | ||
Line 59: | Line 62: | ||
| 10 | | 10 | ||
| 2 | | 2 | ||
| Status | | Status | ||
|- | |- | ||
| 12 | | 12 | ||
Line 68: | Line 71: | ||
| 8 | | 8 | ||
| Unknown | | Unknown | ||
|} | |||
= Title status = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Status | |||
! Description | |||
|- | |||
| 0x0002 | |||
| Title was aborted. | |||
|- | |||
| 0x0003 | |||
| Title was saved successfully, but not installed yet. | |||
|- | |||
| 0x0802 | |||
| Title install in progress. | |||
|- | |||
| 0x0803 | |||
| Title awaiting finalization. | |||
|} | |} |