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
);
hPort
lpControlBuffer
TRUE
FALSE
E_CONTEXT 0x0005
E_EXIST 0x0006
hPort parameter is not a valid handle.
E_NO_LOCAL_BUFFER 0x00E3
E_TYPE 0x8002
hPort parameter is not a handle for a port.
E_NUC_BAD_BUF 0x80E2
lpControlBuffer 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