RPC HELP DLL ExportFN RPCBFree: Difference between revisions
From VistApedia
Jump to navigationJump to 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
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.