Line 1:
Line 1:
=Request=
=Request=
−
{| class="wikitable" border="1"
+
{{IPC/Request}}
−
|-
+
{{IPC/RequestHeader|0x0005|2|2}}
−
! Index Word
+
{{IPC/RequestEntry|Output buffer size}}
−
! Description
+
{{IPC/RequestEntry|Common data type}}
−
|-
+
{{IPC/MapPointerW|Output buffer}}
−
| 0
+
{{IPC/RequestEnd}}
−
| Header code [0x00050082]
−
|-
−
| 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|0x0005|1|2}}
−
! Description
+
{{IPC/RequestEntry|Result code}}
−
|-
+
{{IPC/MapPointerW|Output buffer}}
−
| 0
+
{{IPC/RequestEnd}}
−
| Header code
−
|-
−
| 1
−
| Result code
−
|}
=Description=
=Description=
−
This returns common account info from common.dat
+
Returns common account information, not specific to any account.
−
=DataBlocks=
+
See [[ACT_Services#DataBlocks|DataBlocks]] for possible data types.
−
−
{| class="wikitable" border="1"
−
|-
−
! BlkID
−
! Size
−
! Description
−
|-
−
| 0x1
−
| 0x1
−
| Total number of accounts
−
|-
−
| 0x2
−
| 0x1
−
| DefaultNfsNo (current account)
−
|-
−
| 0x3
−
| 0x1
−
| DefaultNfsNo? (current account?)
−
|-
−
| 0x4
−
| ?
−
| ?
−
|-
−
| 0x5
−
| ?
−
| ?
−
|-
−
| 0x6
−
| 0x8
−
| CommonTransferableIdBase
−
|}