Function ACTA_UpdateAccountInfo

Source
pub unsafe extern "C" fn ACTA_UpdateAccountInfo(
    accountSlot: u8_,
    xmlData: *mut c_char,
    xmlDataSize: u32_,
    completionEvent: Handle,
) -> Result
Expand description

Updates the account info of a specific account using raw XML data.

ยงArguments

  • accountSlot - The account slot number of the account to update information for.
  • xmlData - Pointer to the input XML data.
  • xmlDataSize - Size of the input XML data.
  • completionEvent - The event handle to signal once the request has finished.