Difference between revisions of "RPC Broker Help"

From VistApedia
Jump to: navigation, search
Line 23: Line 23:
 
* <h2>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h2>
 
* <h2>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h2>
 
* <h2>Other RPC Broker APIs</h2>
 
* <h2>Other RPC Broker APIs</h2>
** <h3>Running RPCs on a Remote Server</h3>
 
*** Options for Running RPCs on a Remote Server
 
*** Checking RPC Availability on a Remote Server
 
*** XWB DIRECT RPC
 
*** XWB REMOTE RPC
 
*** XWB REMOTE STATUS CHECK
 
*** XWB REMOTE GETDATA
 
*** XWB REMOTE CLEAR
 
** <h3>Deferred RPCs</h3>
 
*** Overview of Deferred RPCs
 
*** XWB DEFERRED RPC
 
*** XWB DEFERRED STATUS
 
*** XWB DEFERRED GETDATA
 
*** XWB DEFERRED CLEAR
 
*** XWB DEFERRED CLEARALL
 
** Overview
 
** Encryption Functions
 
** GetServerInfo Function
 
** M Emulation Functions
 
** VistA Splash Screen Procedures
 
** [[RPC_HELP_BROKER_XWBLIB|$$BROKER^XWBLIB]]
 
** [[RPC_HELP_BROKER_RTRNFMT_XWBLIB|$$RTRNFMT^XWBLIB]]
 
** XWB ARE RPCS AVAILABLE
 
** XWB IS RPC AVAILABLE
 
** XWB GET VARIABLE VALUE RPC
 
 
 
 
* <h2>Debugging and Troubleshooting</h2>
 
* <h2>Debugging and Troubleshooting</h2>
 
** Overview
 
** Overview

Revision as of 01:56, 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

    • 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