RpcAsyncCancelCall.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RpcAsyncCancelCall (RPCRT4.@)

SYNOPSIS

RPC_STATUS RpcAsyncCancelCall
 (
  PRPC_ASYNC_STATE pAsync,
  BOOL             fAbortCall
 )

DESCRIPTION

Cancels the asynchronous client call taking place.

PARAMS

pAsync [In] Asynchronous client state to abort.

fAbortCall [In] If TRUE, then send a cancel to the server, otherwise just wait for the call to complete.

RETURNS

Success: RPC_S_OK.

Failure: Any error code.

IMPLEMENTATION

Defined in "rpcasync.h".

Implemented in "dlls/rpcrt4/rpc_async.c".

Debug channel "rpc".