Difference between revisions of "RPC Broker Help"

From VistApedia
Jump to: navigation, search
Line 1: Line 1:
 
<u>Editor's note</u>: 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 [http://download.cnet.com/Help-Explorer-Viewer/3000-6675_4-10666661.html program] that helped me get to the content.
 
<u>Editor's note</u>: 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 [http://download.cnet.com/Help-Explorer-Viewer/3000-6675_4-10666661.html program] that helped me get to the content.
 
 
<HR>
 
<HR>
  
 
<H1>RPC Broker V 1.1 Developer's Guide</H1>
 
<H1>RPC Broker V 1.1 Developer's Guide</H1>
  
* <h2>Overview</h2>
+
<h2>Overview</h2>
** [[RPC_HELP_Contents|Contents]]
+
* [[RPC_HELP_Contents|Contents]]
** [[RPC_HELP_Introduction|Introduction]]
+
* [[RPC_HELP_Introduction|Introduction]]
** [[RPC_HELP_Broker_Overview|Broker Overview]]
+
* [[RPC_HELP_Broker_Overview|Broker Overview]]
** [[RPC_HELP_Orientation|Orientation]]
+
* [[RPC_HELP_Orientation|Orientation]]
** [[RPC_HELP_About|About this Version of the RPC Broker]]
+
* [[RPC_HELP_About|About this Version of the RPC Broker]]
** [[RPC_HELP_Whats_New |What's New in the BDK]]
+
* [[RPC_HELP_Whats_New |What's New in the BDK]]
** [[RPC_HELP_Dev_Considerations|Developer Considerations]]
+
* [[RPC_HELP_Dev_Considerations|Developer Considerations]]
** [[RPC_HELP_App_Issues|Application Issues]]
+
* [[RPC_HELP_App_Issues|Application Issues]]
** [[RPC_HELP_Silent_Login|Silent Login]]
+
* [[RPC_HELP_Silent_Login|Silent Login]]
** [[RPC_HELP_Context-sensitive_Help|Context-sensitive Help for the RPC Broker]]
+
* [[RPC_HELP_Context-sensitive_Help|Context-sensitive Help for the RPC Broker]]
  
* <h2>RPC Broker Components, Class, and Units</h2>
+
<h2>RPC Broker Components, Class, and Units</h2>
** [[RPC_HELP_Classes_List|Classes]]
+
* [[RPC_HELP_Classes_List|Classes]]
** [[RPC_HELP_Components_List|Components]]
+
* [[RPC_HELP_Components_List|Components]]
** [[RPC_HELP_Units_List|Units]]
+
* [[RPC_HELP_Units_List|Units]]
* <h2>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h2>
+
<h2>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h2>
* <h2>[[RPC_HELP_Other_RPC_Broker_APIs_list|Other RPC Broker APIs]]</h2>
+
<h2>[[RPC_HELP_Other_RPC_Broker_APIs_list|Other RPC Broker APIs]]</h2>
* <h2>[[RPC_HELP_Debugging_and_Troubleshooting_List|Debugging and Troubleshooting]]</h2>
+
<h2>[[RPC_HELP_Debugging_and_Troubleshooting_List|Debugging and Troubleshooting]]</h2>
* <h2>Developer Utilities</h2>
+
<h2>Developer Utilities</h2>
** RPC Broker Programmer Preferences
+
* RPC Broker Programmer Preferences
* <h2>Tutorial</h2>
+
<h2>Tutorial</h2>
** [[RPC_HELP_Tutorial_Introduction|Introduction]]
+
* [[RPC_HELP_Tutorial_Introduction|Introduction]]
** [[RPC_HELP_Tutorial_Advanced_Preparation|Advanced Preparation]]
+
* [[RPC_HELP_Tutorial_Advanced_Preparation|Advanced Preparation]]
** [[RPC_HELP_Tutorial_Step_1|Step 1: Create Application with an RPC Broker Component]]
+
* [[RPC_HELP_Tutorial_Step_1|Step 1: Create Application with an RPC Broker Component]]
** [[RPC_HELP_Tutorial_Step_2|Step 2: Get Server/Port]]
+
* [[RPC_HELP_Tutorial_Step_2|Step 2: Get Server/Port]]
** [[RPC_HELP_Tutorial_Step_3|Step 3: Establish Broker Connection]]
+
* [[RPC_HELP_Tutorial_Step_3|Step 3: Establish Broker Connection]]
** [[RPC_HELP_Tutorial_Step_4|Step 4: RPC Routine to List Terminal Types]]
+
* [[RPC_HELP_Tutorial_Step_4|Step 4: RPC Routine to List Terminal Types]]
** [[RPC_HELP_Tutorial_Step_5|Step 5: RPC To List Terminal Types]]
+
* [[RPC_HELP_Tutorial_Step_5|Step 5: RPC To List Terminal Types]]
** [[RPC_HELP_Tutorial_Step_6|Step 6: Call the ZxxxTT LIST RPC]]
+
* [[RPC_HELP_Tutorial_Step_6|Step 6: Call the ZxxxTT LIST RPC]]
** [[RPC_HELP_Tutorial_Step_7|Step 7: Associate IENs]]
+
* [[RPC_HELP_Tutorial_Step_7|Step 7: Associate IENs]]
** [[RPC_HELP_Tutorial_Step_8|Step 8: Routine to Retrieve Terminal Types]]
+
* [[RPC_HELP_Tutorial_Step_8|Step 8: Routine to Retrieve Terminal Types]]
** [[RPC_HELP_Tutorial_Step_9|Step 9: RPC To Retrieve Terminal Types]]
+
* [[RPC_HELP_Tutorial_Step_9|Step 9: RPC To Retrieve Terminal Types]]
** [[RPC_HELP_Tutorial_Step_10|Step 10: Call ZxxxRETRIEVE RPC]]
+
* [[RPC_HELP_Tutorial_Step_10|Step 10: Call ZxxxRETRIEVE RPC]]
** [[RPC_HELP_Tutorial_Step_11|Step 11: Register RPCs]]
+
* [[RPC_HELP_Tutorial_Step_11|Step 11: Register RPCs]]
** [[RPC_HELP_Tutorial_See_Also|See Also: FileMan Delphi Components (FMDC)]]
+
* [[RPC_HELP_Tutorial_See_Also|See Also: FileMan Delphi Components (FMDC)]]
** [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]]
+
* [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]]
  
 
<h2>[[RPC_HELP_Other_DLL_Interface_List|DLL Interface]]</h2>
 
<h2>[[RPC_HELP_Other_DLL_Interface_List|DLL Interface]]</h2>

Revision as of 02:08, 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

Overview

RPC Broker Components, Class, and Units

Remote Procedure Calls

Other RPC Broker APIs

Debugging and Troubleshooting

Developer Utilities

  • RPC Broker Programmer Preferences

Tutorial

DLL Interface