ACTU:GetAsyncResult

ACTU:GetAsyncResult

Request #

WordDescription
0
0x00070082Cmd0x0007Param2Xlat2
1Output buffer size
2

Async Request Type

3Descriptor for mapping a write-only buffer in the target process
4Output buffer pointer

Response #

WordDescription
0
0x00070082Cmd0x0007Param2Xlat2
1Result code
2Size of returned data
3Descriptor for mapping a write-only buffer in the target process
4Output buffer pointer

Async Request Types #

TypeCorresponding commandData sizeData formatAccessible with
1InquireBindingToExistentServerAccount0x178InquireBindingToExistentServerAccountDataact:a
2BindToExistentServerAccount0x4u32, ParentalConsentApprovalIdact:a
3AcquireEula/ AcquireEulaListvariesAcquireEulaData/AcquireEulaListDataact:u, act:a
4AcquireTimeZoneList0x1208AcquireTimeZoneListDataact:u, act:a
5AcquireAccountInfo0x101256-character ASCII email address + NULL terminationact:u, act:a
6AcquireAccountIdByPrincipalId (multiple)(0x10 + 1) * count (max count 100)array of 16-character ASCII AccountId + NULL terminationact:u, act:a
7AcquireAccountIdByPrincipalId (single)0x10 + 116-character ASCII AccountId + NULL terminationact:u, act:a
8AcquirePrincipalIdByAccountId (multiple)0x4 * count (max count 100)u32[count], PrincipalIdsact:u, act:a
9AcquirePrincipalIdByAccountId (single)0x4u32, PrincipalIdact:u, act:a
10ApproveByCreditCard0x4u32, ApprovalIdact:u, act:a
11SendCoppaCodeMail0x107SendCoppaCodeMailDataact:u, act:a
12AcquireMii0x60 * count (max count 100)Mii CFLStoreData array corresponding to each PersistentIdact:u, act:a
13AcquireAccountInfoRaw0xC00 + 1NULL-terminated raw ASCII account profile XML dataact:u, act:a

Description #

Returns data returned from the account server for the specified async request.

Possible Result Codes #

Result codeReason
0xE0A14CC8The 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.
0xE0A14CCBThe input buffer is not large enough to store the output data.
0xE0A14C6FNo async request was sent prior to using this command.
0xE0A14CC9The input buffer was not given or is invalid.