Training
×

Short Message System Calls

Send a message of size up to dwMsgThreshold with SendRTDataShortMessage.
 
ReceiveRTDataMessage will return a short message if one is available. If the message received is a long message, bSuccess is false and the thread needs to continue with system calls for long messages.
 
FlushRTQueue will discard all messages currently on the queue without receiving them.