I_RpcSendReceive (RPCRT4.@)
RPC_STATUS I_RpcSendReceive ( PRPC_MESSAGE pMsg )
Sends a message to the server and receives the response.
pMsg | [In/Out] | RPC message information. |
Success: RPC_S_OK.
Failure: Any error code.
The buffer must have been allocated with I_RpcGetBuffer.
I_RpcGetBuffer, I_RpcSend, I_RpcReceive.
Defined in "rpcdcep.h".
Implemented in "dlls/rpcrt4/rpc_message.c". source.winehq.org/source/dlls/rpcrt4/rpc_message.c
Debug channel "rpc".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.