AM:GetDLCOrLicenseNumTickets: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) m TimmSkiller moved page AM:GetNumDataTitleTickets to AM:GetDLCOrLicenseNumTickets: Name more closely reflects function now. |
TimmSkiller (talk | contribs) m Added notice for TID high requirements. |
||
Line 1: | Line 1: | ||
TID high value must be 0x0004008C (DLC) or 0x0004000D (License), otherwise 0xE0E0803C is returned. | |||
=Request= | =Request= | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 25: | Line 26: | ||
|- | |- | ||
| 2 | | 2 | ||
| Number of | | Number of DLC/License Tickets | ||
|} | |} |
Latest revision as of 23:40, 25 December 2021
TID high value must be 0x0004008C (DLC) or 0x0004000D (License), otherwise 0xE0E0803C is returned.
Request
Index Word | Description |
---|---|
0 | Header code [0x10060080] |
1-2 | u64, Title ID |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Number of DLC/License Tickets |