pub unsafe extern "C" fn ACT_AcquireMii(
persistentIds: *mut u32_,
persistentIdsSize: u32_,
completionEvent: Handle,
) -> ResultExpand description
Acquires Miis corresponding to a given list of persistent IDs.
ยงArguments
persistentIds- Pointer to input persistent IDs to use.persistentIdsSize- Size of the input persistent IDs buffer.completionEvent- The event handle to signal once the request has finished.