Line 1:
Line 1:
=Request=
=Request=
−
{| class="wikitable" border="1"
+
{{IPC/Request}}
−
|-
+
{{IPC/RequestHeader|0x0006|3|2}}
−
! Index Word
+
{{IPC/RequestEntry|u8, Account slot (0xFE for default)}}
−
! Description
+
{{IPC/RequestEntry|Output buffer size}}
−
|-
+
{{IPC/RequestEntry|Account data type}}
−
| 0
+
{{IPC/MapPointerW|Output buffer}}
−
| Header code [0x000600C2]
+
{{IPC/RequestEnd}}
−
|-
−
| 1
−
| Unknown, usually 0xFE?
−
|-
−
| 2
−
| Size
−
|-
−
| 3
−
| BlkID
−
|-
−
| 4
−
| (Size<<4) <nowiki>|</nowiki> 12
−
|-
−
| 5
−
| Output buffer ptr
−
|}
=Response=
=Response=
−
{| class="wikitable" border="1"
+
{{IPC/Request}}
−
|-
+
{{#vardefine:ipc_offset|0}}
−
! Index Word
+
{{IPC/RequestHeader|0x0006|1|2}}
−
! Description
+
{{IPC/RequestEntry|Result code}}
−
|-
+
{{IPC/MapPointerW|Output buffer}}
−
| 0
+
{{IPC/RequestEnd}}
−
| Header code
−
|-
−
| 1
−
| Result code
−
|}
=Description=
=Description=
−
This returns NNID account info.
+
Returns information associated to the account specified by the account slot.
−
=DataBlocks=
+
See [[ACT_Services#DataBlocks|DataBlocks]] for possible data types.
−
{| class="wikitable" border="1"
−
|-
−
! BlkID
−
! Size
−
! Description
−
|-
−
| 0xB
−
| 0x3
−
| ASCII NUL-terminated country-name.
−
|-
−
| 0x8
−
| 0x11
−
| Username/nickname, exact string format unknown.
−
|-
−
| 0x19
−
| 0x8
−
| ?
−
|-
−
| 0x1E
−
| 0x41
−
| ASCII location for the timezone.
−
|-
−
| 0x2F
−
| 0x4
−
| Similar or identical to [[Config_Savegame#CountryInfo|cfg CountryInfo]]?
−
|}