Difference between revisions of "RPC HELP Other DLL Interface List"

From VistApedia
Jump to: navigation, 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

RPC Broker Help Home

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