Difference between revisions of "RPC HELP DLL GuideLines VB Initialize"
From VistApedia
(Created page with " RPC Broker Help Home DLL Interface Home <h2>Visual Basic: Initialize</h2> The first step to using the RPC Broker 32...") |
(No difference)
|
Revision as of 16:47, 8 July 2015
Visual Basic: Initialize
The first step to using the RPC Broker 32-bit DLL in a Visual Basic program is to load the DLL and get the process addresses for the exported functions.
To initialize access to the Broker DLL functions:
1. Include BAPI32.BAS as a module in your Visual Basic program.
Visual Basic takes care of loading the DLL and mapping its functions.