pub unsafe extern "C" fn AM_GetTicketList(
ticketsRead: *mut u32_,
ticketCount: u32_,
skip: u32_,
ticketIds: *mut u64_,
) -> ResultExpand 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.