Function FRD_FriendCodeToPrincipalId

Source
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.