RpcAsyncCancelCall (RPCRT4.@)
RPC_STATUS RpcAsyncCancelCall ( PRPC_ASYNC_STATE pAsync, BOOL fAbortCall )
Cancels the asynchronous client call taking place.
pAsync | [In] | Asynchronous client state to abort. |
fAbortCall | [In] | If TRUE, then send a cancel to the server, otherwise just wait for the call to complete. |
Success: RPC_S_OK.
Failure: Any error code.
Declared in "include/rpcasync.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcasync.h
Implemented in "dlls/rpcrt4/rpc_async.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rpcrt4/rpc_async.c
Debug channel "rpc".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.