NAME

I_RpcSendReceive  (RPCRT4.@)

SYNOPSIS

 RPC_STATUS I_RpcSendReceive
 (
  PRPC_MESSAGE pMsg
 )

DESCRIPTION

Sends a message to the server and receives the response.

PARAMS

pMsg [In/Out] RPC message information.

RETURNS

Success: RPC_S_OK.

Failure: Any error code.

NOTES

The buffer must have been allocated with I_RpcGetBuffer.

SEE ALSO

I_RpcGetBuffer, I_RpcSend, I_RpcReceive.

IMPLEMENTATION

Declared in "rpcdcep.h". https://source.winehq.org/source/include/rpcdcep.h

Implemented in "dlls/rpcrt4/rpc_message.c". https://source.winehq.org/source/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 Apr 2024.