RPC HELP DLL GuideLines VB Initialize: Difference between revisions
From VistApedia
Jump to navigationJump to search
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 edit summary |
||
| Line 6: | Line 6: | ||
To initialize access to the Broker DLL functions: | To initialize access to the Broker DLL functions: | ||
# Include BAPI32.BAS as a module in your Visual Basic program. | |||
Visual Basic takes care of loading the DLL and mapping its functions. | Visual Basic takes care of loading the DLL and mapping its functions. | ||
Latest 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:
- Include BAPI32.BAS as a module in your Visual Basic program.
Visual Basic takes care of loading the DLL and mapping its functions.