Difference between revisions of "RPC HELP DLL ExportFN RPCBPropSet Example"
From VistApedia
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBPropSet Examples</h2> <h3>C</h3> RPCBPropSet(RPCBroker, "Listen...") |
(No difference)
|
Latest revision as of 15:05, 8 July 2015
RPCBPropSet Examples
C
RPCBPropSet(RPCBroker, "ListenerPort", "9200");
C++
MyInstance.RPCBPropSet("ListenerPort", "9200");
Visual Basic
Call RPCBPropSet(intRPCBHandle, "Server", cboServer.Text)