AMPXI:GetPersonalizedTicketInfoList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x004C0042] |- | 1 | Ticket Count |- | 2 | ((Ticket Count * 0x18) << 8) <nowiki..."
 
TimmSkiller (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
|-
|-
| 3
| 3
| Ticket Title IDs Output Pointer
| [[Application_Manager_Services#TicketInfo|Ticket Infos]] Output Pointer
|}
|}


Line 31: Line 31:
|-
|-
| 2
| 2
| Number of Read Ticket Title IDs
| Number of Read Ticket Infos
|}
|}
=Description=
Returns [[Application_Manager_Services#TicketInfo|Ticket Info]] structures for user titles (excluding CTR or TWL system titles, and also DLP child titles). In addition, the ticket console ID is checked and tickets with a console ID = 0 (meaning Common ETickets, for system titles, or preinstalls) are skipped.

Latest revision as of 13:36, 8 June 2025

Request

Index Word Description
0 Header code [0x004C0042]
1 Ticket Count
2 ((Ticket Count * 0x18) << 8) | 0x4
3 Ticket Infos Output Pointer

Response

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

Description

Returns Ticket Info structures for user titles (excluding CTR or TWL system titles, and also DLP child titles). In addition, the ticket console ID is checked and tickets with a console ID = 0 (meaning Common ETickets, for system titles, or preinstalls) are skipped.