Difference between revisions of "RPC Broker Help"

From VistApedia
Jump to: navigation, search
Line 54: Line 54:
 
** [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]]
 
** [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]]
  
* <h2>DLL Interface</h2>
+
<h2>[[RPC_HELP_Other_DLL_Interface_List|DLL Interface]]</h2>
** <h3>DLL Special Issues</h3>
 
*** RPC Results for DLL Calls
 
*** GetServerInfo Function and the DLL Calls
 
** <h3>DLL Exported Functions</h3>
 
*** RPCBCall
 
*** RPCBCreate
 
*** RPCBCreateContext
 
*** RPCBFree
 
*** RPCBMultItemGet
 
*** RPCBMultPropGet
 
*** RPCBMultSet
 
*** RPCBMultSortedSet
 
*** RPCBParamGet
 
*** RPCBPropGet
 
*** RPCBPropSet
 
** <h3>Guidelines for C++</h3>
 
*** Overview
 
*** TRPCBroker C++ Class Methods
 
*** Initialize the Class
 
*** Creat Broker Instances
 
*** Connect to the Server
 
*** Execute RPCs
 
*** Destroy Broker Instances
 
** <h3>Gidelines for C</h3>
 
*** Overview
 
*** Initialize--LoadLibrary and GetProcAddress
 
*** Create Broker Components
 
*** Connect to the Server
 
*** Execute RPCs
 
*** Destroy Broker Components
 
** <h3>Guidelines for Visual Basic</h3>
 
*** Overview
 
*** Initialize
 
*** Create Broker Components
 
*** Connect to the Server
 
*** Execute RPCs
 
*** Destroy Broker Compoents
 
** Introduction
 

Revision as of 02:03, 6 July 2015

Editor's note: The RPC broker development kit (BDK) comes with a Broker.hlp file that contains valuable information. However it seems to be Win95 technology, and doesn't work with newer versions of Windows Help. I found a program that helped me get to the content.


RPC Broker V 1.1 Developer's Guide

  • RPC Broker Components, Class, and Units

  • Remote Procedure Calls

  • Other RPC Broker APIs

  • Debugging and Troubleshooting

    • Overview
    • How to Debug Your Application
    • RPC Error Trapping
    • Identifying the Listener Process on the Server
    • Identifying the Handler Process on the Server
    • Testing Your RPC Broker Connection
    • Client Timeout and Buffer Clearing
    • Memory Leaks


  • Developer Utilities

    • RPC Broker Programmer Preferences

DLL Interface