AMPXI:UpdateImportContentContexts: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00630042] |- | 1 | Import Content Context Count |- | 2 | ((Import Content Con..." |
TimmSkiller (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| Import Content Context Indices Input Pointer | | [[Application_Manager_Services#ImportContentContext|Import Content Context]] Indices Input Pointer | ||
|} | |} | ||
| Line 30: | Line 30: | ||
| Result code | | Result code | ||
|} | |} | ||
=Description= | |||
This is similar to [[AMPXI:CreateImportContentContexts]], with a key difference: this must be called after finishing the TMD installation but not while a content import is active. Furthermore, this will replace the existing entry for the title in import.db with a fresh entry - as if [[AMPXI:InstallTitleBegin]] was called. After that, this follows the same flow as [[AMPXI:CreateImportContentContexts]], by creating new import content contexts for the given content indices. | |||
Latest revision as of 23:36, 8 June 2025
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00630042] |
| 1 | Import Content Context Count |
| 2 | ((Import Content Context Count * 2) << 8) | 0x6 |
| 3 | Import Content Context Indices Input Pointer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This is similar to AMPXI:CreateImportContentContexts, with a key difference: this must be called after finishing the TMD installation but not while a content import is active. Furthermore, this will replace the existing entry for the title in import.db with a fresh entry - as if AMPXI:InstallTitleBegin was called. After that, this follows the same flow as AMPXI:CreateImportContentContexts, by creating new import content contexts for the given content indices.