pub unsafe extern "C" fn APT_ReceiveDeliverArg(
    param: *mut c_void,
    paramSize: usize,
    hmac: *mut c_void,
    sender: *mut u64_,
    received: *mut bool
) -> Result
Expand description

Receives the deliver (launch) argument

§Arguments

  • param - Parameter buffer.
  • paramSize - Size of parameter buffer.
  • hmac - HMAC buffer (should be 0x20 bytes long).
  • sender - Pointer to output the sender’s AppID to.
  • received - Pointer to output whether an argument was received to.