pub unsafe extern "C" fn AM_GetPendingTitleCount(
count: *mut u32_,
mediatype: FS_MediaType,
statusMask: u32_,
) -> ResultExpand description
Gets the number of pending titles on this system.
ยงArguments
count(direction out) - Pointer to output the pending title count to.mediatype- Media type of pending titles to count.statusMask- Bit mask of status values to include.