Scroll to navigation

I_RpcSend(3w) Wine API I_RpcSend(3w)

NAME

I_RpcSend (RPCRT4.@)

SYNOPSIS

RPC_STATUS I_RpcSend
(
PRPC_MESSAGE pMsg
)
 

DESCRIPTION

Sends a message to the server.
 

PARAMS

pMsg [In/Out] RPC message information.
 

RETURNS

Unknown.
 

NOTES

The buffer must have been allocated with I_RpcGetBuffer(3w).
 

SEE ALSO

I_RpcGetBuffer(), I_RpcReceive(3w), I_RpcSendReceive(3w).
 

IMPLEMENTATION

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