.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RpcAsyncGetCallStatus 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRpcAsyncGetCallStatus\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS RpcAsyncGetCallStatus ( PRPC_ASYNC_STATE \fIpAsync\fR ) .SH DESCRIPTION .PP Retrieves the current status of the asynchronous call taking place. .SH PARAMS \fIpAsync\fR \fB[In]\fR Asynchronous state to initialise. .PP .SH RETURNS .PP \fBRPC_S_OK\fR \fB-\fR The call was successfully completed. \fBRPC_S_INVALID_ASYNC_HANDLE\fR \fB-\fR The asynchronous structure is not valid. \fBRPC_S_ASYNC_CALL_PENDING\fR \fB-\fR The call is still in progress and has not been completed. Any other error code \fB-\fR The call failed. .SH IMPLEMENTATION .PP Declared in \fB"rpcasync.h"\fR. .PP Implemented in \fB"dlls/rpcrt4/rpc_async.c"\fR. .PP Debug channel \fB"rpc"\fR.