Cancels an RSVP message transmission in progress, or the status reporting phase of an asynchronous send operation.
Performs synchronous cancellation of RSVP message transmission.
If an ntxSendRtMessage operation is cancelled, then it must have returned a valid transaction ID, supplied as a parameter to cancel.
If cancellation of a ntxSendRtMessageRSVP is successful, the reply buffer, if used, is disassociated from the port. Cancellation of a SendRtMessageRSVP, operation is possible after the original request message transmission is complete and before a response message is received.
NTXSTATUS ntxCancelRtTransaction(
NTXHANDLE hPort,
NTXXID TransId
);
hPortTransIdE_OKE_OK 0x0000E_EXIST 0x0006E_TRANS_ID 0x00E8wTransId parameter is not valid.E_TYPE 0x8002E_LOCATIONE_NTX_INTERNAL_ERRORNote: Other status values may be generated by the service-specific CancelTransaction handler.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib |
| INtime 4.01 (64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |
Port system calls, ntxSendRtMessage, ntxSendRtMessageRSVP, SendRtMessageRSVP, CancelTransaction,