table of contents
other versions
- wheezy 1.4.1-4
I_RpcSendReceive(3w) | Wine API | I_RpcSendReceive(3w) |
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(3w).SEE ALSO¶
I_RpcGetBuffer(), I_RpcSend(3w), I_RpcReceive(3w).IMPLEMENTATION¶
Declared in "rpcdcep.h". Implemented in "dlls/rpcrt4/rpc_message.c". Debug channel "rpc".Oct 2012 | Wine API |