RpcAsyncAbortCall(3w)
NAME
RpcAsyncAbortCall (RPCRT4.@)
SYNOPSIS
RPC_STATUS RpcAsyncAbortCall ( PRPC_ASYNC_STATE pAsync, ULONG ExceptionCode )
DESCRIPTION
Aborts the asynchronous server call taking place.
PARAMS
pAsync [In] Asynchronous server state to abort.
ExceptionCode [In] Exception code to return to the client in a fault
packet.
RETURNS
Success: RPC_S_OK.
Failure: Any error code.
IMPLEMENTATION
Defined in "rpcasync.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rpcrt4/rpc_async.c".
- Debug channel "rpc".