RPC HELP DLL ExportFN RPCBFree
From VistApedia
Revision as of 13:58, 7 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBFree Function</h2> [[RPC_HELP_DLL_ExportFN_RPCBFree_Example|Example...")
RPCBFree Function
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.