Function FRD_GetMyPassword

Source
pub unsafe extern "C" fn FRD_GetMyPassword(
    password: *mut c_char,
    bufsize: u32_,
) -> Result
Expand description

Gets the current friend account’s NEX password.

§Arguments

  • password - Pointer to write the NEX password to.
  • max_size - Max size of the output buffer. Must not exceed 0x800.