A task structure referring to the current task.
The task receiving the message.
The message structure containing the data to send.
The queue priority for this message..
This function transmits a message from myself to the receiver via qserve, and returns immediately. This is nominally a non-blocking call, though it is in fact implemented as a synchronous send to qserve, which itself is non-blocking. There is no reply from the receiver.
Sending Messages, IP_TaskInitAsync, IP_TaskWaitAsync, IP_TaskCloseAsync, IP_TaskSendSync, IP_TaskSendRaw