pub unsafe extern "C" fn ACT_FindSlotNoByUuid(
accountSlot: *mut u8_,
uuid: *mut ActUuid,
uniqueId: u32_,
) -> ResultExpand description
Finds the account slot number of the account having the specified UUID.
ยงArguments
accountSlot- Pointer to output the account slot number to.uuid- Pointer to the UUID to find the account slot number for.uniqueId- The unique ID to use during internal UUID generation. Special values includeACT_UUID_REGULARandACT_UUID_CURRENT_PROCESS.