RpcAsyncInitializeHandle (RPCRT4.@)
RPC_STATUS RpcAsyncInitializeHandle ( PRPC_ASYNC_STATE pAsync, unsigned int Size )
Initialises an asynchronous state so it can be used in other asynchronous functions and for use in asynchronous calls.
pAsync | [In] | Asynchronous state to initialise. |
Size | [In] | Size of the memory pointed to by pAsync. |
Success: RPC_S_OK.
Failure: Any error code.
Defined in "rpcasync.h".
Implemented in "dlls/rpcrt4/rpc_async.c". source.winehq.org/source/dlls/rpcrt4/rpc_async.c
Debug channel "rpc".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.