RPC HELP DLL ExportFN RPCBPropSet Example

From VistApedia
Revision as of 15:05, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBPropSet Examples</h2> <h3>C</h3> RPCBPropSet(RPCBroker, "Listen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)