Difference between revisions of "RPC HELP DLL ExportFN RPCBParamSet Example"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBParamSet Examples</h2> <h3>C </h3> RPCBParamSet(RPCBroker, 0, r...")
 
(No difference)

Latest revision as of 14:50, 8 July 2015

RPC Broker Help Home

DLL Interface Home

RPCBParamSet Examples

C

   RPCBParamSet(RPCBroker, 0, reference, "DUZ");

C++

   MyInstance.RPCBParamSet(0, reference, "DUZ");

Visual Basic

   Call RPCBParamSet(intRPCBHandle, 0, literal, Text3.Text)