Difference between revisions of "RPC Broker Help"
From VistApedia
(12 intermediate revisions by the same user not shown) | |||
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 | + | <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 WinXP technology, and doesn't work with newer versions of Windows Help. I found a program named [http://download.cnet.com/Help-Explorer-Viewer/3000-6675_4-10666661.html Help Explorer Viewer] that helped me get to the content. I found this help file to be very helpful and worth the study. -- Kevin Toppenberg, MD (July 2015) |
+ | |||
+ | Correction: I have found that an updated version of the help files can be downloaded [http://www.va.gov/vdl/application.asp?appid=23 here]. '''Broker_1_1.chm''' DOES appear to work in Window 7. | ||
+ | |||
+ | The BDK files can be downloaded from [http://foia-vista.osehra.org/Patches_By_Application/XWB-RPC%20BROKER/ here]: Look for one of the .ZIP files. | ||
<HR> | <HR> | ||
Line 6: | Line 10: | ||
<h3>[[RPC_HELP_Overview_List|Overview]]</h3> | <h3>[[RPC_HELP_Overview_List|Overview]]</h3> | ||
<h3>[[RPC_HELP_Broker_Components_Class_and_Units|RPC Broker Components, Class, and Units]]</h3> | <h3>[[RPC_HELP_Broker_Components_Class_and_Units|RPC Broker Components, Class, and Units]]</h3> | ||
− | <h3>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h3> | + | <h3>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h3> |
<h3>[[RPC_HELP_Other_RPC_Broker_APIs_list|Other RPC Broker APIs]]</h3> | <h3>[[RPC_HELP_Other_RPC_Broker_APIs_list|Other RPC Broker APIs]]</h3> | ||
<h3>[[RPC_HELP_Debugging_and_Troubleshooting_List|Debugging and Troubleshooting]]</h3> | <h3>[[RPC_HELP_Debugging_and_Troubleshooting_List|Debugging and Troubleshooting]]</h3> |
Latest revision as of 20:50, 18 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 WinXP technology, and doesn't work with newer versions of Windows Help. I found a program named Help Explorer Viewer that helped me get to the content. I found this help file to be very helpful and worth the study. -- Kevin Toppenberg, MD (July 2015)
Correction: I have found that an updated version of the help files can be downloaded here. Broker_1_1.chm DOES appear to work in Window 7.
The BDK files can be downloaded from here: Look for one of the .ZIP files.
Contents
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
Broker Programmer Preferences Editor
DLL Interface
Tutorial
- Introduction
- Advanced Preparation
- Step 1: Create Application with an RPC Broker Component
- Step 2: Get Server/Port
- Step 3: Establish Broker Connection
- Step 4: RPC Routine to List Terminal Types
- Step 5: RPC To List Terminal Types
- Step 6: Call the ZxxxTT LIST RPC
- Step 7: Associate IENs
- Step 8: Routine to Retrieve Terminal Types
- Step 9: RPC To Retrieve Terminal Types
- Step 10: Call ZxxxRETRIEVE RPC
- Step 11: Register RPCs
- See Also: FileMan Delphi Components (FMDC)
- Tutorial Source Code