RPC HELP DLL ExportFN RPCBCreate
From VistApedia
RPCBCreate Function
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.