AbortPkt(port, pkt)
void AbortPkt(struct MsgPort *, struct DosPacket *)
This attempts to abort a packet sent earlier with
SendPkt to a handler. There is no guarantee that any given handler will allow a packet to be aborted, or if it is aborted whether a function requested completed first or completely. After calling AbortPkt(), you must wait for the packet to return before reusing it or deallocating it.
As of V37 to V47, this function does nothing, and it is unlikely that it will be ever implemented.