RPC HELP Other DLL Interface List: Difference between revisions
From VistApedia
Jump to navigationJump to search
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..." |
(No difference)
|
Revision as of 02:03, 6 July 2015
DLL Interface
DLL Special Issues
- RPC Results for DLL Calls
- GetServerInfo Function and the DLL Calls
DLL Exported Functions
- RPCBCall
- RPCBCreate
- RPCBCreateContext
- RPCBFree
- RPCBMultItemGet
- RPCBMultPropGet
- RPCBMultSet
- RPCBMultSortedSet
- RPCBParamGet
- RPCBPropGet
- RPCBPropSet
Guidelines for C++
- Overview
- TRPCBroker C++ Class Methods
- Initialize the Class
- Creat Broker Instances
- Connect to the Server
- Execute RPCs
- Destroy Broker Instances
Gidelines for C
- Overview
- Initialize--LoadLibrary and GetProcAddress
- Create Broker Components
- Connect to the Server
- Execute RPCs
- Destroy Broker Components
Guidelines for Visual Basic
- Overview
- Initialize
- Create Broker Components
- Connect to the Server
- Execute RPCs
- Destroy Broker Compoents
- Introduction