.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH I_RpcAsyncSetHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBI_RpcAsyncSetHandle\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS I_RpcAsyncSetHandle ( PRPC_MESSAGE \fIpMsg\fR, PRPC_ASYNC_STATE \fIpAsync\fR ) .SH DESCRIPTION .PP Sets the asynchronous state of the handle contained in the \fBRPC\fR message structure. .SH PARAMS \fIpMsg\fR \fB[In]\fR \fBRPC\fR Message structure. .PP \fIpAsync\fR \fB[In]\fR Asynchronous state to set. .PP .SH RETURNS .PP \fBSuccess:\fR \fBRPC_S_OK\fR. .PP \fBFailure:\fR Any error code. .SH IMPLEMENTATION .PP Declared in \fB"rpcasync.h"\fR. .PP Implemented in \fB"dlls/rpcrt4/rpc_message.c"\fR. .PP Debug channel \fB"rpc"\fR.