Line 1: |
Line 1: |
| =Request= | | =Request= |
− | {| class="wikitable" border="1" | + | {{IPC/Request}} |
− | |- | + | {{IPC/RequestHeader|0x0010|1|0}} |
− | ! Index Word
| + | {{IPC/RequestEntry|bufsize (maximum 0x800)}} |
− | ! Description
| + | {{IPC/RequestEnd}} |
− | |- | |
− | | 0 | |
− | | Header code [0x00100040] | |
− | |-
| |
− | | 1
| |
− | | Buffer length (maximum 0x800)
| |
− | |}
| |
| | | |
− | The following is located 0x100-bytes after the beginning of the above command buffer:
| + | =Request Static Buffers= |
− | {| class="wikitable" border="1"
| + | {{IPC/Request}} |
− | |-
| + | {{#vardefine:ipc_offset|0}} |
− | ! Index Word
| + | {{IPC/TranslateStaticBuffer|Output buffer|0}} |
− | ! Description
| + | {{IPC/RequestEnd}} |
− | |-
| |
− | | 0 | |
− | | (bufferLength << 14) <nowiki>|</nowiki> 2
| |
− | |- | |
− | | 1 | |
− | | char* buffer
| |
− | |}
| |
| | | |
| =Response= | | =Response= |
− | {| class="wikitable" border="1" | + | {{IPC/Request}} |
− | |-
| + | {{#vardefine:ipc_offset|0}} |
− | ! Index Word
| + | {{IPC/RequestHeader|0x0010|1|2}} |
− | ! Description
| + | {{IPC/RequestEntry|Result code}} |
− | |-
| + | {{IPC/TranslateStaticBuffer|Output buffer|0}} |
− | | 0 | + | {{IPC/RequestEnd}} |
− | | Header code | |
− | |- | |
− | | 1 | |
− | | Result code | |
− | |} | |
| | | |
| =Description= | | =Description= |
− | Returns the NEX password from the friends sysmodule's save data. | + | Returns the NEX password used for signing into the friend server from the friends sysmodule's save data. |