Home  /  Autodocs  /  dos.library

NAME

ReplyPkt
replies a packet to the person who sent it to you (V36)

SYNOPSIS

ReplyPkt(packet, result1, result2)
D1 D2 D3

void ReplyPkt(struct DosPacket *, LONG, LONG)

FUNCTION

This returns a packet to the Process which sent it to you. In addition, puts your Process.pr_MsgPort address in DosPacket.dp_Port, so using ReplyPkt() again will send the message to you. (This is used in "ping-ponging" packets between two Processes). It uses result1 and result2 to set the DosPacket.dp_Res1 and DisPacket.dp_Res2 fields of the packet.

INPUTS

packet
packet to reply, assumed to set up correctly.

result1
first result

result2
secondary result

SEE ALSO

DoPkt(), SendPkt(), WaitPkt(), IoErr()