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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.