Difference between revisions of "AM:CommitImportPrograms"
Jump to navigation
Jump to search
m (moved AM:FinalizeInstallCIA to AM:FinalizeTitlesInstall: Not CIA specific.) |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | u8 [[FS:OpenArchive#Mediatypes|Mediatype]] |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Total titles |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Unknown u8 |
|- | |- | ||
| 4 | | 4 | ||
− | | ( | + | | (TitleIDList_Size<<4) <nowiki>|</nowiki> 10 |
|- | |- | ||
| 5 | | 5 | ||
− | | | + | | Input [[AMNet:GetTitleIDList|TitleIDList]] pointer |
|} | |} | ||
Line 36: | Line 36: | ||
| Result code | | Result code | ||
|} | |} | ||
+ | |||
+ | =Description= | ||
+ | The input parameters for this are the same as [[AMNet:InstallTitlesFinish]]. This is an interface for [[Application_Manager_Services_PXI|AMPXI]] command 0x002A00C2. |
Revision as of 06:08, 26 January 2014
Request
Index Word | Description |
---|---|
0 | Header code [0x040700C2] |
1 | u8 Mediatype |
2 | Total titles |
3 | Unknown u8 |
4 | (TitleIDList_Size<<4) | 10 |
5 | Input TitleIDList pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
The input parameters for this are the same as AMNet:InstallTitlesFinish. This is an interface for AMPXI command 0x002A00C2.