Function ctru_sys::AM_GetTicketList

source ·
pub unsafe extern "C" fn AM_GetTicketList(
    ticketsRead: *mut u32_,
    ticketCount: u32_,
    skip: u32_,
    ticketIds: *mut u64_
) -> Result
Expand description

Gets a list of tickets installed on the system.

§Arguments

  • ticketsRead (direction out) - Pointer to output the number of read tickets to.
  • ticketCount - Number of tickets to read.
  • skip - Number of tickets to skip.
  • ticketIds - Buffer to output the retrieved ticket IDs to.