NAME

I_RpcAsyncAbortCall  (RPCRT4.@)

SYNOPSIS

 RPC_STATUS I_RpcAsyncAbortCall
 (
  PRPC_ASYNC_STATE pAsync,
  ULONG            ExceptionCode
 )

DESCRIPTION

Aborts an asynchronous call.

PARAMS

pAsync [In] Asynchronous state.
ExceptionCode [In] Exception code.

RETURNS

Success: RPC_S_OK.

Failure: Any error code.

IMPLEMENTATION

Declared in "include/rpcasync.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcasync.h

Implemented in "dlls/rpcrt4/rpc_message.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rpcrt4/rpc_message.c

Debug channel "rpc".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.