EvoCorp Home    IridiumX Assist Home   

 
LibraryBrokerUnregisterProxy

LibraryBrokerUnregisterProxy is used to unregister method lpProxyMethod as the proxy handler for method szMethodName in library szLibraryName.

Parameters

szLibraryName

String value identifying the name of the library to which method szMethodName belongs.

szMethodName

String value identifying the name of the method in library szLibraryName that is to be restored from proxy handler lpProxyMethod.

lpProxyMethod

Pointer to the method that is currently acting as the proxy method handler for method szMethodName in library szLibraryName.

 

Export Definition
Delphi procedure LibraryBrokerUnregisterProxy(
  szLibraryName, szMethodName: string;
  lpProxyMethod: pointer);