(C) 1998 AROS - The Amiga Research OS


NAME

void ReplyMsg (message)

LOCATION
In SysBase at offset 63

SYNOPSIS
struct Message * message

FUNCTION
Send a message back to where it came from. It's generally not wise to access the fields of a message after it has been replied.

INPUTS
message
a message got with GetMsg().

RESULT

EXAMPLE

SEE ALSO
WaitPort(), GetMsg(), PutMsg()

NOTES

BUGS

INTERNALS

HISTORY