Copies arbitrary data to an RT data mailbox.
NTXSTATUS ntxSendRtData( NTXHANDLE hMailbox, LPVOID pMessage, WORD wActualLength );
hMailbox
pMessage
wActualLength
E_OK
E_OK 0x0000
E_MEM 0x0002
E_LIMIT 0x0004
wActualLength
is greater than 128 (the maximum that can be sent in one operation).
E_EXIST 0x0006
hMailbox
is not a handle for an existing object.
E_SLOT 0x000C
E_TYPE 0x8002
hMailbox
is not a handle for a data mailbox.
E_BAD_ADDR 0x800F
E_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 |