Sends a long data message to a queue.
BOOLEAN ntxSendRtLongDataMessage(
NTXHANDLE hQueue,
LPVOID msg,
DWORD msgLength,
DWORD msWait);
hQueue  
msg  
msgLength 
| E_EXIST | The hQueue parameter does not refer to an existing object | 
| E_TYPE | The hQueue parameter does not refer to a valid message queue object. | 
| E_CANCELLED | The receiver canceled the request to send the long message. | 
| E_BAD_ADDR | The msg parameter is not a valid pointer. | 
| E_TIME | The operation timed out or the illegal timeout value 0 was given for the msWait parameter. | 
| E_PARAM | The msgLength parameter is less than the message threshold for this queue, or the time value is invalid. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 5.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib, ntxext.lib |