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

From VistApedia
Jump to: navigation, search
(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

RPC Broker Help Home

DLL Interface Home

RPCBPropSet Examples

C

   RPCBPropSet(RPCBroker, "ListenerPort", "9200");

C++

   MyInstance.RPCBPropSet("ListenerPort", "9200");

Visual Basic

   Call RPCBPropSet(intRPCBHandle, "Server", cboServer.Text)