NAME

RpcAsyncCompleteCall  (RPCRT4.@)

SYNOPSIS

 RPC_STATUS RpcAsyncCompleteCall
 (
  PRPC_ASYNC_STATE pAsync,
  void*            Reply
 )

DESCRIPTION

Completes a client or server asynchronous call.

PARAMS

pAsync [In] Asynchronous state to initialise.
Reply [In] The return value of the asynchronous function.

RETURNS

Success: RPC_S_OK.

Failure: Any error code.

IMPLEMENTATION

Declared in "rpcasync.h". https://source.winehq.org/source/include/rpcasync.h

Implemented in "dlls/rpcrt4/rpc_async.c". https://source.winehq.org/source/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 Mar 2024.