Difference between revisions of "RPC HELP DLL ExportFN RPCBFree"

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

Latest revision as of 13:58, 7 July 2015

RPC Broker Help Home

DLL Interface Home

RPCBFree Function

Example

Destroys the RPC Broker component and releases associated Memory Leaks.

Declarations

   Delphi -- procedure RPCBFree(RPCBroker: TRPCBroker);
   C -- void (__stdcall *RPCBFree)(void *);
   C++ -- N/A (encapsulated in TRPCBroker class definition)
   VB -- Sub RPCBFree (ByVal intRPCBHandle As Long)

Parameter Description

   RPCBroker Handle of the TRPCBroker component to destroy.