Function ACT_FindSlotNoByUuid

Source
pub unsafe extern "C" fn ACT_FindSlotNoByUuid(
    accountSlot: *mut u8_,
    uuid: *mut ActUuid,
    uniqueId: u32_,
) -> Result
Expand 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 include ACT_UUID_REGULAR and ACT_UUID_CURRENT_PROCESS.