RpcAsyncGetCallStatus(3w)
NAME
RpcAsyncGetCallStatus (RPCRT4.@)
SYNOPSIS
RPC_STATUS RpcAsyncGetCallStatus
(
PRPC_ASYNC_STATE pAsync
)
DESCRIPTION
Retrieves the current status of the asynchronous call taking place.
PARAMS
pAsync [In] Asynchronous state to initialise.
RETURNS
RPC_S_OK - The call was successfully completed.
RPC_S_INVALID_ASYNC_HANDLE - The asynchronous structure is not valid.
RPC_S_ASYNC_CALL_PENDING - The call is still in progress and has not
been completed. Any other error code - The call failed.
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".