Function 60 - Inter Process Communication (IPC).

IPC is used for message dispatching from one process/thread to another. Previously it is necessary to agree how to interpret the concrete message.

Subfunction 1 - set the area for IPC receiving

Is called by process-receiver.
Parameters: Returned value: Format of IPC-buffer: Format of a message:

Subfunction 2 - send IPC message

Is called by process-sender.
Parameters: Returned value: Remarks: