RPC HELP DLL ExportFN RPCBCreateContext Example
From VistApedia
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.