RPC HELP DLL GuideLines C Overview: Difference between revisions

From VistApedia
Jump to navigationJump to search
 
No edit summary
Line 2: Line 2:


[[RPC_HELP_Other_DLL_Interface_List|DLL Interface Home]]
[[RPC_HELP_Other_DLL_Interface_List|DLL Interface Home]]
<h2>Guidelines for C Overview</h2>
The BAPI32.H header file defines the function prototypes for all functions exported in the RPC Broker 32-bit DLL.
[[RPC_HELP_DLL_ExportFN_List|DLL Exported Functions]]
To use the DLL Broker functions, using C, exported in BAPI32.DLL:
# [[RPC_HELP_DLL_GuideLines_C_Initialize_LoadLibrary_GetProcAddress|Initialize--LoadLibrary and GetProcAddress]]
# [[RPC_HELP_DLL_GuideLines_C_Create_Broker_Components|Create Broker Components]]
# [[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_Destroy_Broker_Components|Destroy Broker Components]]

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

3 Execute RPCs

  1. Destroy Broker Components