RPC HELP DLL GuideLines C Overview: Difference between revisions
From VistApedia
Jump to navigationJump to search
Created page with " RPC Broker Help Home DLL Interface Home" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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]] | |||
# [[RPC_HELP_DLL_GuideLines_C_Execute_RPCs|Execute RPCs]] | |||
# [[RPC_HELP_DLL_GuideLines_C_Destroy_Broker_Components|Destroy Broker Components]] | |||
Latest revision as of 16:32, 8 July 2015
Guidelines for C Overview
The BAPI32.H header file defines the function prototypes for all functions exported in the RPC Broker 32-bit DLL.
To use the DLL Broker functions, using C, exported in BAPI32.DLL: