Difference between revisions of "AM:GetNumExistingContentInfos"

From 3dbrew
Jump to navigation Jump to search
(TimmSkiller moved page AM:GetNumExistingContentInfos to AM:GetNumDLCExistingContentInfos: Name more closely reflects function now.)
Tag: New redirect
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[AM:GetNumDLCExistingContentInfos]]
+
=Request=
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Index Word
 +
!  Description
 +
|-
 +
| 0
 +
| Header code [0x002A00C0]
 +
|-
 +
| 1
 +
| [[Filesystem_services#MediaType|Media Type]]
 +
|-
 +
| 2-3
 +
| u64, Title ID
 +
|}
 +
 
 +
=Response=
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Index Word
 +
!  Description
 +
|-
 +
| 0
 +
| Header code
 +
|-
 +
| 1
 +
| Result code
 +
|-
 +
| 2
 +
| Number of Existing Content Infos
 +
|}
 +
 
 +
=Description=
 +
Wraps [[AMPXI:GetNumExistingContentInfos]].

Latest revision as of 11:55, 26 December 2021

Request[edit]

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

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Number of Existing Content Infos

Description[edit]

Wraps AMPXI:GetNumExistingContentInfos.