Difference between revisions of "AM:GetNumExistingContentInfos"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (TimmSkiller moved page AM:GetNumExistingContentInfos to AM:GetNumDLCExistingContentInfos: Name more closely reflects function now.) Tag: New redirect |
TimmSkiller (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | # | + | =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 10: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 |