Sends a data message to the given low-level mailbox.
BOOLEAN knSendRtData(
    KNHANDLE hMailbox,   // handle for low-level mailbox
    LPVOID lpData,       // pointer to data message
    DWORD cbBytesSent       // number of bytes in message
);
hMailbox 
lpData 
cbBytesSent 
TRUE 
FALSE 
E_OK 
E_KN_LIMIT_EXCEEDED 
Note: If you use this call from an interrupt handler, use knStopRtScheduler before making the call.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |