This call is typically made from the service thread, when it has been determined a complete transactionless message is ready to deliver to a port. If the message is the response part of a transaction, use DeliverTransaction instead.
BOOLEAN DeliverMessage(
RTHANDLE hPort,
LPCONTROLBUFFER lpControlBuffer
);
hPortlpControlBufferTRUEFALSEE_CONTEXT 0x0005E_EXIST 0x0006hPort parameter is not a valid handle.E_NO_LOCAL_BUFFER 0x00E3E_TYPE 0x8002hPort parameter is not a handle for a port.E_NUC_BAD_BUF 0x80E2lpControlBuffer parameter contains an invalid address.| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtserv.h | rtserv.h | rtserv.lib |
RT Service system calls, DeliverTransaction