Function FRDA_UpdateMiiScreenName

Source
pub unsafe extern "C" fn FRDA_UpdateMiiScreenName(
    friendKey: *mut FriendKey,
    screenName: *mut MiiScreenName,
    characterSet: u8_,
) -> Result
Expand description

Updates a friend’s display name.

§Arguments

  • friendKey - Pointer to friend key of the friend to update the screen name of.
  • screenName - Pointer to the new screen name to use.
  • characterSet - The character set of the new screen name.