Request #
Word | Description |
---|---|
0 | 0x000E0080Cmd0x000EParam2Xlat0 |
1 | u8, Account slot |
2 | u32, Unique ID (see description) |
Response #
Word | Description |
---|---|
0 | 0x000E0140Cmd0x000EParam5Xlat0 |
1 | Result code |
2-5 | UUID |
Description #
Returns the UUID of the specified account. See UUIDs.
If the given account slot is 0xFF, the ACT module returns a common regular UUID.
Otherwise, the following methods of account UUID retrieval can be used with this command.
Value of “Unique ID” parameter | Description |
---|---|
-1 (0xFFFFFFFF) | Returns a regular UUID for the account. |
-2 (0xFFFFFFFE) | Returns a title-specific UUID using the unique ID for the current (caller) process, based on the regular UUID of the account. |
(all other values) | Returns a title-specific UUID using the given unique ID value, based on the regular UUID of the account. |