RpcAsyncGetCallStatus (RPCRT4.@)
RPC_STATUS RpcAsyncGetCallStatus ( PRPC_ASYNC_STATE pAsync )
Retrieves the current status of the asynchronous call taking place.
pAsync | [In] | Asynchronous state to initialise. |
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.
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.