Creates a new Broker component for the application, which can then be used to connect to the 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