RPC HELP DLL ExportFN RPCBCreateContext Example

From VistApedia
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.