Difference between revisions of "RPC HELP DLL GuideLines C Overview"

From VistApedia
Jump to: navigation, search
 
Line 11: Line 11:
 
# [[RPC_HELP_DLL_GuideLines_C_Create_Broker_Components|Create Broker Components]]
 
# [[RPC_HELP_DLL_GuideLines_C_Create_Broker_Components|Create Broker Components]]
 
# [[RPC_HELP_DLL_GuideLines_C_Connect_to_the_Server|Connect to the Server]]
 
# [[RPC_HELP_DLL_GuideLines_C_Connect_to_the_Server|Connect to the Server]]
3 [[RPC_HELP_DLL_GuideLines_C_Execute_RPCs|Execute RPCs]]
+
# [[RPC_HELP_DLL_GuideLines_C_Execute_RPCs|Execute RPCs]]
 
# [[RPC_HELP_DLL_GuideLines_C_Destroy_Broker_Components|Destroy Broker Components]]
 
# [[RPC_HELP_DLL_GuideLines_C_Destroy_Broker_Components|Destroy Broker Components]]

Latest revision as of 16:32, 8 July 2015

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