Difference between revisions of "RPC HELP DLL ExportFN RPCBCreateContext Example"
From VistApedia
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCreateContext Examples</h2> <h3>C</h3> // XWB EGCHO is a "B" (B...") |
(No difference)
|
Latest revision as of 13:54, 7 July 2015
RPCBCreateContext Examples
C
// XWB EGCHO is a "B" (Broker) type option in the OPTION file. result = RPCBCreateContext(RPCBroker, "XWB EGCHO");
C++
// XWB EGCHO is a "B" (Broker) type option in the OPTION file. MyInstance.RPCBCreateContext("XWB EGCHO");
Visual Basic
intResult = RPCBCreateContext(intRPCBHandle, "MY APPLICATION") 'where MY APPLICATION is a "B" (Broker) type option in the Option file.