RPC HELP DLL ExportFN RPCBCall Example: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCall Examples</h2> <h3>C</h3> RPCBCall(RPCBroker, Value); <h3..."
 
(No difference)

Latest revision as of 13:44, 7 July 2015

RPC Broker Help Home

DLL Interface Home

RPCBCall Examples

C

   RPCBCall(RPCBroker, Value);

C++

   // MyInstance is defined as an instance of the TRPCBroker.
   MyInstance.RPCBCall( strbuffer);

Visual Basic

   Call RPCBCall(intRPCBHandle, strBuffer)