Function ACTA_UpdateAccountMailAddress

Source
pub unsafe extern "C" fn ACTA_UpdateAccountMailAddress(
    accountSlot: u8_,
    newEmail: *mut AccountMailAddress,
    completionEvent: Handle,
) -> Result
Expand description

Updates the email address of a specific account.

ยงArguments

  • accountSlot - The account slot number of the account to update the email address for.
  • newEmail - Pointer to the new email address to use.
  • completionEvent - The event handle to signal once the request has finished.