RPC HELP DLL GuideLines VB Initialize

From VistApedia
Revision as of 16:47, 8 July 2015 by Kdtop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

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.