RPC HELP DLL ExportFN RPCBFree

From VistApedia
Jump to navigationJump to 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.