SendPkt(packet, port, replyport)
void SendPkt(
struct DosPacket *,
struct MsgPort *,
struct MsgPort *)
Sends a packet to a handler and does not wait. All fields in the packet must be initialized before calling this function. The packet will be returned to 'replyport'. If you wish to use this with
WaitPkt(), use the address of your pr_MsgPort for 'replyport'.
Callable from a Task.