pub unsafe extern "C" fn ACTA_InquireBindingToExistentServerAccount(
accountSlot: u8_,
accountId: *mut AccountId,
mailAddress: *mut AccountMailAddress,
password: *mut AccountPassword,
completionEvent: Handle,
) -> ResultExpand description
Acquires information about an existing server account.
ยงArguments
accountSlot- The account slot number of the local console account to use for the request.accountId- Pointer to the account ID of the existing server account.mailAddress- Pointer to the email address of the existing server account.password- Pointer to the password of the existing server account.completionEvent- The event handle to signal once the request has finished.