RPC HELP DLL GuideLines CPP Create Broker Instances

From VistApedia
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

C++: Create Broker Instances

To create instances of TRPCBroker C++ class objects in your C++ program:

Create a variable of type TRPCBroker. This initializes the TRPCBroker class, creates a TRPCBroker C++ class object instance, and creates a TRPCBroker component:

   // Initialize the TRPCBroker class.
   TRPCBroker RPCInst;

The properties and methods of the created TRPCBroker component can be accessed through the TRPCBroker C++ class object.