Difference between revisions of "RPC HELP DLL ExportFN RPCBCreate"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCreate Function</h2> [[RPC_HELP_DLL_ExportFN_RPCBCreate_Example|Exa...")
(No difference)

Revision as of 13:46, 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.