Sends an object handle to an object mailbox.
NTXSTATUS ntxSendRtHandle(
    NTXHANDLE hMailbox,
    NTXHANDLE hObject,
    NTXHANDLE hResponse
);
hMailbox 
hObject 
hResponse 
hObject. This may be NULL. Specific usage of this object is up to the application. E_OK 
E_OK 0x0000 
E_MEM 0x0002 
E_EXIST 0x0006 
E_TYPE 0x8002 
hMailbox is not an object mailbox. 
hResponse is a handle for an object that is neither a mailbox nor a semaphore. E_NTX_INTERNAL_ERROR 0x001 
| 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 |