RPC HELP DLL GuideLines VB Create Broker Components
From VistApedia
Revision as of 16:46, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>Visual Basic: Create Broker Components</h2> To create [[RPC_HELP_TRPCBr...")
Visual Basic: Create Broker Components
To create TRPCBroker components in your Visual Basic program:
1. Create a variable to be a handle for the TRPCBroker component:
Public intRPCBHandle As Long
2. Call the RPCBCreate method to create a TRPCBroker component and return its address into the variable you created:
intRPCBHandle = RPCBCreate()
Now you can use the handle to the created Broker component to call its methods.