RPC HELP DLL ExportFN RPCBCreateContext Example

From VistApedia
Revision as of 13:54, 7 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCreateContext Examples</h2> <h3>C</h3> // XWB EGCHO is a "B" (B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

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.