Scroll to navigation

I_RpcAsyncSetHandle(3w) Wine API I_RpcAsyncSetHandle(3w)

NAME

I_RpcAsyncSetHandle (RPCRT4.@)

SYNOPSIS

RPC_STATUS I_RpcAsyncSetHandle
(
PRPC_MESSAGE pMsg,
PRPC_ASYNC_STATE pAsync
)
 

DESCRIPTION

Sets the asynchronous state of the handle contained in the RPC message structure.
 

PARAMS

pMsg [In] RPC Message structure.
pAsync [In] Asynchronous state to set.
 

RETURNS

Success: RPC_S_OK.
Failure: Any error code.
 

IMPLEMENTATION

Declared in "rpcasync.h".
Implemented in "dlls/rpcrt4/rpc_message.c".
Debug channel "rpc".
Oct 2012 Wine API