RPC HELP DLL ExportFN RPCBCreate: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCreate Function</h2> [[RPC_HELP_DLL_ExportFN_RPCBCreate_Example|Exa..."
 
No edit summary
 
Line 14: Line 14:
<h3>Return Value</h3>
<h3>Return Value</h3>
     A handle for the TRPCBroker component created.
     A handle for the [[RPC_HELP_TRPCBroker|TRPCBroker]] component created.

Latest revision as of 14:02, 7 July 2015

RPC Broker Help Home

DLL Interface Home

RPCBCreate Function

Example

Creates a new RPC Broker component for the application, which can then be used to connect to the VistA M Server and call remote procedures.

Declarations

   Delphi -- function RPCBCreate: TRPCBroker;
   C -- void * (__stdcall *RPCBCreate)(void);
   C++ -- N/A (encapsulated in TRPCBroker class definition)
   VB -- Function RPCBCreate () As Long

Return Value

   A handle for the TRPCBroker component created.