Difference between revisions of "AMPXI:InstallContentAbort"

From 3dbrew
Jump to navigation Jump to search
(Luigoalma moved page AMPXI:InstallContentAbort to AMPXI:InstallContentStop: 0x00190000 is not abort, its stopping content import for later resume)
Tag: New redirect
 
(Add actual content abort command)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[AMPXI:InstallContentStop]]
+
=Request=
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Index Word
 +
!  Description
 +
|-
 +
| 0
 +
| Header code [0x001A0000]
 +
|}
 +
 
 +
=Response=
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Index Word
 +
!  Description
 +
|-
 +
| 0
 +
| Header code [0x001A0040]
 +
|-
 +
| 1
 +
| Result code
 +
|}
 +
 
 +
=Description=
 +
Aborts active content import initialized by [[AMPXI:InstallContentBegin|AMPXI:InstallContentBegin]] or resumed by [[AMPXI:InstallContentResume|AMPXI:InstallContentResume]].
 +
 
 +
Cannot be resumed with [[AMPXI:InstallContentResume|AMPXI:InstallContentResume]] later.

Latest revision as of 13:39, 15 April 2022

Request[edit]

Index Word Description
0 Header code [0x001A0000]

Response[edit]

Index Word Description
0 Header code [0x001A0040]
1 Result code

Description[edit]

Aborts active content import initialized by AMPXI:InstallContentBegin or resumed by AMPXI:InstallContentResume.

Cannot be resumed with AMPXI:InstallContentResume later.