ACTU:FindSlotNoByUuid

ACTU:FindSlotNoByUuid

Request #

WordDescription
0
0x000F0140Cmd0x000FParam5Xlat0
1u32, Unique ID (see description)
2-5

Input UUID

Response #

WordDescription
0
0x000F0080Cmd0x000FParam2Xlat0
1Result code
2u8, Account slot

Description #

Attempts looking up the account slot number for the given account UUID.

The following methods of lookup are possible using this command:

Value of “Unique ID” parameterDescription
-1 (0xFFFFFFFF)Returns the account slot for the account whose UUID matches the input UUID exactly.
-2 (0xFFFFFFFE)Returns the account slot for the account whose UUID matches a title-specific UUID based on the input UUID using the unique ID of the current (caller) process.
(all other values)Returns the account slot for the account whose UUID matches a title-specific UUID based on the input UUID using the given unique ID value.