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