[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

ReplyMsg

Put a message to its reply port

Declaration

Source position: exec.pas line 1271

procedure ReplyMsg(

  Message: PMessage

);

Arguments

Message

  

A pointer to the message

Description

This function sends a message to its reply port. This is usually done when the receiver of a message has finished and wants to return it to the sender (so that it can be re-used or deallocated, whatever). The contents of the message should be copied before if it is needed for further processing.

This call may be made from interrupts.

See also

GetMsg

  

Get next message from message port

PutMsg

  

Put a message to a message port


Documentation generated on: 2017-01-10