.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RpcAsyncInitializeHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRpcAsyncInitializeHandle\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS RpcAsyncInitializeHandle ( PRPC_ASYNC_STATE \fIpAsync\fR, unsigned int \fISize\fR ) .SH DESCRIPTION .PP Initialises an asynchronous state so it can be used in other asynchronous functions and for use in asynchronous calls. .SH PARAMS \fIpAsync\fR \fB[In]\fR Asynchronous state to initialise. .PP \fISize\fR \fB[In]\fR \fISize\fR of the memory pointed to by \fIpAsync\fR. .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_async.c"\fR. .PP Debug channel \fB"rpc"\fR.