Difference between revisions of "AM:ListDLCOrLicenseTicketInfos"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x10070102] |- | 1 | Ticket Count |- | 2-3 | u64, Title ID |- | 4 |? |- | 5 | (...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
TID high value must be either 0x0004008C (DLC) or 0x0004000D (License), otherwise error 0xE0E0803C is returned.
 +
 
=Request=
 
=Request=
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 15: Line 17:
 
|-
 
|-
 
| 4
 
| 4
|?
+
| Offset
 
|-
 
|-
 
| 5
 
| 5
Line 21: Line 23:
 
|-
 
|-
 
| 6
 
| 6
| Ticket Infos Output Pointer
+
| [[Application_Manager_Services#TicketInfo|Ticket Infos]] Output Pointer
 
|}
 
|}
  

Latest revision as of 10:35, 15 August 2022

TID high value must be either 0x0004008C (DLC) or 0x0004000D (License), otherwise error 0xE0E0803C is returned.

Request[edit]

Index Word Description
0 Header code [0x10070102]
1 Ticket Count
2-3 u64, Title ID
4 Offset
5 ((Ticket Count * 0x18) << 4) | 0xC
6 Ticket Infos Output Pointer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Number of Ticket Infos Read