Difference between revisions of "AM:DeleteUserProgram"

From 3dbrew
Jump to navigation Jump to search
m (Steveice10 moved page AM:DeleteApplicationTitle to AM:DeleteUserProgram)
m
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| [[Mediatypes|Mediatype]]
+
| [[Filesystem_services#MediaType|Media Type]]
 
|-
 
|-
 
| 2-3
 
| 2-3
| u64 titleID
+
| u64, Title ID
 
|}
 
|}
  
Line 29: Line 29:
  
 
=Description=
 
=Description=
This is an interface for [[AMPXI:DeleteTitle]]. This is the same as [[AM:DeleteTitle]], except for this command AM module checks the titleID-high before using the PXIAM command. AM module will return error 0xE0E0802C when the input TWL/CTR titleID-high has the system-title bit set(bit4 for CTR, bit0 for TWL).
+
This is an interface for [[AMPXI:DeleteTitle]]. This is the same as [[AM:DeleteProgram]], except for this command AM module checks the titleID-high before using the PXIAM command. AM module will return error 0xE0E0802C when the input TWL/CTR titleID-high has the system-title bit set(bit4 for CTR, bit0 for TWL).

Latest revision as of 09:30, 17 April 2016

Request[edit]

Index Word Description
0 Header code [0x000400C0]
1 Media Type
2-3 u64, Title ID

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This is an interface for AMPXI:DeleteTitle. This is the same as AM:DeleteProgram, except for this command AM module checks the titleID-high before using the PXIAM command. AM module will return error 0xE0E0802C when the input TWL/CTR titleID-high has the system-title bit set(bit4 for CTR, bit0 for TWL).