pub unsafe extern "C" fn FRD_FriendCodeToPrincipalId(
    friendCode: u64_,
    principalId: *mut u32_
) -> Result
Expand description

Returns the principal ID using the given friend code.

§Arguments

  • friendCode - The friend code being used.
  • principalId - Pointer to write the principal ID to.