RPC HELP DLL ExportFN RPCBCreate

From VistApedia
Revision as of 13:46, 7 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBCreate Function</h2> [[RPC_HELP_DLL_ExportFN_RPCBCreate_Example|Exa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.