Copies arbitrary data to an RT data mailbox.
NTXSTATUS ntxSendRtData(
NTXHANDLE hMailbox,
LPVOID pMessage,
WORD wActualLength
);
hMailboxpMessagewActualLengthE_OKE_OK 0x0000E_MEM 0x0002E_LIMIT 0x0004wActualLength is greater than 128 (the maximum that can be sent in one operation).E_EXIST 0x0006hMailbox is not a handle for an existing object.E_SLOT 0x000CE_TYPE 0x8002hMailbox is not a handle for a data mailbox.E_BAD_ADDR 0x800FE_NTX_INTERNAL_ERROR| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib |
| INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |