Difference between revisions of "RPC HELP Other DLL Interface List"
From VistApedia
(Created page with " RPC Broker Help Home <h2>DLL Interface</h2> * <h3>DLL Special Issues</h3> ** RPC Results for DLL Calls ** GetServerInfo Function and the DLL Calls * <h3>D...") |
|||
Line 1: | Line 1: | ||
[[RPC_Broker_Help| RPC Broker Help Home]] | [[RPC_Broker_Help| RPC Broker Help Home]] | ||
<h2>DLL Interface</h2> | <h2>DLL Interface</h2> | ||
+ | |||
+ | * [[RPC_HELP_DLL_Introduction|Introduction]] | ||
* <h3>DLL Special Issues</h3> | * <h3>DLL Special Issues</h3> | ||
− | ** RPC Results for DLL Calls | + | ** [[RPC_HELP_DLL_SI_RPC_Results|RPC Results for DLL Calls]] |
− | ** GetServerInfo Function and the DLL Calls | + | ** [[RPC_HELP_DLL_SI_GetServerInfo_Fn|GetServerInfo Function and the DLL Calls]] |
* <h3>DLL Exported Functions</h3> | * <h3>DLL Exported Functions</h3> | ||
− | ** RPCBCall | + | ** [[RPC_HELP_DLL_ExportFN_RPCBCall| RPCBCall]] |
− | ** RPCBCreate | + | ** [[RPC_HELP_DLL_ExportFN_RPCBCreate|RPCBCreate]] |
− | ** RPCBCreateContext | + | ** [[RPC_HELP_DLL_ExportFN_RPCBCreateContext|RPCBCreateContext]] |
− | ** RPCBFree | + | ** [[RPC_HELP_DLL_ExportFN_RPCBFree|RPCBFree]] |
− | ** RPCBMultItemGet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBMultItemGet|RPCBMultItemGet]] |
− | ** RPCBMultPropGet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBMultPropGet|RPCBMultPropGet]] |
− | ** RPCBMultSet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBMultSet|RPCBMultSet]] |
− | ** RPCBMultSortedSet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBMultSortedSet|RPCBMultSortedSet]] |
− | ** RPCBParamGet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBParamGet|RPCBParamGet]] |
− | ** RPCBPropGet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBPropGet|RPCBPropGet]] |
− | ** RPCBPropSet | + | ** [[RPC_HELP_DLL_ExportFN_RPCBPropSet|RPCBPropSet]] |
* <h3>Guidelines for C++</h3> | * <h3>Guidelines for C++</h3> | ||
− | ** Overview | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Overview|Overview]] |
− | ** TRPCBroker C++ Class Methods | + | ** [[RPC_HELP_DLL_GuideLines_CPP_TRPCBroker_CPP_Class Methods|TRPCBroker C++ Class Methods]] |
− | ** Initialize the Class | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Initialize_the_Class|Initialize the Class]] |
− | ** | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Create_Broker_Instances|Create Broker Instances]] |
− | ** Connect to the Server | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Connect_to_the_Server|Connect to the Server]] |
− | ** Execute RPCs | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Execute RPCs|Execute RPCs]] |
− | ** Destroy Broker Instances | + | ** [[RPC_HELP_DLL_GuideLines_CPP_Destroy_Broker_Instances|Destroy Broker Instances]] |
* <h3>Gidelines for C</h3> | * <h3>Gidelines for C</h3> | ||
− | ** Overview | + | ** [[RPC_HELP_DLL_GuideLines_C_Overview|Overview]] |
− | ** Initialize--LoadLibrary and GetProcAddress | + | ** [[RPC_HELP_DLL_GuideLines_C_Initialize_LoadLibrary_GetProcAddress|Initialize--LoadLibrary and GetProcAddress]] |
− | ** Create Broker Components | + | ** [[RPC_HELP_DLL_GuideLines_C_Create_Broker_Components|Create Broker Components]] |
− | ** Connect to the Server | + | ** [[RPC_HELP_DLL_GuideLines_C_Connect_to_the_Server|Connect to the Server]] |
− | ** Execute RPCs | + | ** [[RPC_HELP_DLL_GuideLines_C_Execute_RPCs|Execute RPCs]] |
− | ** Destroy Broker Components | + | ** [[RPC_HELP_DLL_GuideLines_C_Destroy_Broker_Components|Destroy Broker Components]] |
* <h3>Guidelines for Visual Basic</h3> | * <h3>Guidelines for Visual Basic</h3> | ||
− | ** Overview | + | ** [[RPC_HELP_DLL_GuideLines_VB_Overview|Overview]] |
− | ** Initialize | + | ** [[RPC_HELP_DLL_GuideLines_VB_Initialize|Initialize]] |
− | ** Create Broker Components | + | ** [[RPC_HELP_DLL_GuideLines_VB_Create_Broker_Components|Create Broker Components]] |
− | ** Connect to the Server | + | ** [[RPC_HELP_DLL_GuideLines_VB_Connect_to_the_Server|Connect to the Server]] |
− | ** Execute RPCs | + | ** [[RPC_HELP_DLL_GuideLines_VB_Execute_RPCs|Execute RPCs]] |
− | ** Destroy Broker Compoents | + | ** [[RPC_HELP_DLL_GuideLines_VB_Destroy_Broker_Compoents|Destroy Broker Compoents]] |
− |
Latest revision as of 11:41, 7 July 2015
Contents
DLL Interface
- Introduction
-
DLL Special Issues
-
DLL Exported Functions
-
Guidelines for C++
-
Gidelines for C
-
Guidelines for Visual Basic