RpcAsyncInitializeHandle.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RpcAsyncInitializeHandle (RPCRT4.@)

SYNOPSIS

RPC_STATUS RpcAsyncInitializeHandle
 (
  PRPC_ASYNC_STATE pAsync,
  unsigned int     Size
 )

DESCRIPTION

Initialises an asynchronous state so it can be used in other asynchronous functions and for use in asynchronous calls.

PARAMS

pAsync [In] Asynchronous state to initialise.

Size [In] Size of the memory pointed to by pAsync.

RETURNS

Success: RPC_S_OK.

Failure: Any error code.

IMPLEMENTATION

Defined in "rpcasync.h".

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

Debug channel "rpc".