Site icon EfmSoft

What does Windows error code 1818 (RPC_S_CALL_CANCELLED) mean?

 
Previous Next
RPC_S_NO_INTERFACES RPC_S_BINDING_INCOMPLETE

RPC_S_CALL_CANCELLED

RPC_S_CALL_CANCELLED means that an RPC call was cancelled, or that a call timeout specified for cancellation expired. It does not by itself prove that the server performed no work.

Cancellation is a request, not a rollback

For synchronous cancellation, the client can stop waiting while the server-side routine still needs to observe cancellation and finish cleanup. For asynchronous RPC, cancellation and completion are also separate state transitions.

What to do

Microsoft: RpcCancelThreadEx · RpcServerTestCancel


Looking for a different code? Search another status or error code.

Exit mobile version