RpcAsyncCompleteCall(3w)
NAME
RpcAsyncCompleteCall (RPCRT4.@)
SYNOPSIS
RPC_STATUS RpcAsyncCompleteCall ( PRPC_ASYNC_STATE pAsync, void* Reply )
DESCRIPTION
Completes a client or server asynchronous call.
PARAMS
pAsync [In] Asynchronous state to initialise.
Reply [In] The return value of the asynchronous function.
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".