pub unsafe extern "C" fn AM_GetPendingTitleList(
titlesRead: *mut u32_,
titleCount: u32_,
mediatype: FS_MediaType,
statusMask: u32_,
titleIds: *mut u64_,
) -> ResultExpand description
Gets a list of pending titles on this system.
ยงArguments
titlesRead(direction out) - Pointer to output the number of read pending titles to.titleCount- Number of pending titles to read.mediatype- Media type of pending titles to list.statusMask- Bit mask of status values to include.titleIds- Buffer to output the retrieved pending title IDs to.