pub unsafe extern "C" fn ACTA_BindToExistentServerAccount(
accountSlot: u8_,
accountId: *mut AccountId,
mailAddress: *mut AccountMailAddress,
password: *mut AccountPassword,
completionEvent: Handle,
) -> ResultExpand description
Links a local console account to an existing server account. In other words, this links an existing NNID.
ยงArguments
accountSlot- The account slot number of the local console account to bind.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.