RPC HELP DLL GuideLines C Overview

From VistApedia
Revision as of 16:32, 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

Guidelines for C Overview

The BAPI32.H header file defines the function prototypes for all functions exported in the RPC Broker 32-bit DLL.

DLL Exported Functions

To use the DLL Broker functions, using C, exported in BAPI32.DLL:

  1. Initialize--LoadLibrary and GetProcAddress
  2. Create Broker Components
  3. Connect to the Server
  4. Execute RPCs
  5. Destroy Broker Components