Difference between revisions of "AM:CommitImportPrograms"

From 3dbrew
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
| ((TitleID buffer size)<<4)  <nowiki>|</nowiki> 10
+
| (TitleIDList_Size<<4)  <nowiki>|</nowiki> 10
 
|-
 
|-
 
| 5
 
| 5
| Pointer to title ID buffer
+
| 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 07: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.