(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Request[edit]
Index Word
|
Description
|
0
|
Header
|
0x00070082
|
Cmd
|
0x0007
|
Param
|
2
|
Xlat
|
2
|
|
1
|
Output buffer size
|
2
|
Async Request Type
|
3
|
Descriptor for mapping a write-only buffer in the target process
|
4
|
Output buffer pointer
|
Response[edit]
Index Word
|
Description
|
0
|
Header
|
0x00070082
|
Cmd
|
0x0007
|
Param
|
2
|
Xlat
|
2
|
|
1
|
Result code
|
2
|
Size of returned data
|
3
|
Descriptor for mapping a write-only buffer in the target process
|
4
|
Output buffer pointer
|
Async Request Types[edit]
Description[edit]
Returns data returned from the account server for the specified async request.
Possible Result Codes[edit]
Result code |
Reason
|
0xE0A14CC8 |
The input async request type does not correspond to the last async request sent with the respective command, or the input async request type is invalid.
|
0xE0A14CCB |
The input buffer is not large enough to store the output data.
|
0xE0A14C6F |
No async request was sent prior to using this command.
|
0xE0A14CC9 |
The input buffer was not given or is invalid.
|