Function FRD_AddFriendWithApproach

Source
pub unsafe extern "C" fn FRD_AddFriendWithApproach(
    unkbuf: *mut u8_,
    unkbufSize: u32_,
    ctx: *mut EncryptedApproachContext,
    completionEvent: Handle,
) -> Result
Expand description

Adds a friend using their encrypted approach context.

ยงArguments

  • unkbuf - Pointer to unknown (and unused) data.
  • unkbufSize - Size of unknown (and unused) data. (max: 0x600)
  • ctx - Pointer to encrypted approach context data.
  • completionEvent - The event handle to signal when this action is completed.