Changes

Jump to navigation Jump to search
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x000F|5|0}} {{IPC/RequestEntry|u32, Unique ID (see description) {{IPC/RequestEntryRange|4|Input UUID}} {{..."
=Request=
{{IPC/Request}}
{{IPC/RequestHeader|0x000F|5|0}}
{{IPC/RequestEntry|u32, Unique ID (see description)
{{IPC/RequestEntryRange|4|Input [[ACT_Services#UUIDs|UUID]]}}
{{IPC/RequestEnd}}

=Response=
{{IPC/Request}}
{{#vardefine:ipc_offset|0}}
{{IPC/RequestHeader|0x000F|2|0}}
{{IPC/RequestEntry|Result code}}
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEnd}}

=Description=
Attempts looking up the account slot number for the given account [[ACT_Services#UUIDs|UUID]].

The following methods of lookup are possible using this command:

{| class="wikitable" border="1"
|-
! Value of "Unique ID" parameter !! Description
|-
| -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 [[ACT_Services#Title-specific_UUIDs|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 [[ACT_Services#Title-specific_UUIDs|title-specific UUID]] based on the input UUID using the given unique ID value.
|}
Trusted
481

edits

Navigation menu