OpenCOM
Interface IMetaInterception

All Known Implementing Classes:
OpenCOM

public interface IMetaInterception

This interface is implemented by the OpenCOM runtime. It is used to obtain delegator interfaces for perform meta-interception operations.


Method Summary
 IDelegator GetDelegator(IUnknown pIUnkParent, java.lang.String riid)
          Returns the delegator of a given interface type on a given instantiated component.
 

Method Detail

GetDelegator

IDelegator GetDelegator(IUnknown pIUnkParent,
                        java.lang.String riid)
Returns the delegator of a given interface type on a given instantiated component.

Parameters:
pIUnkParent - an IUnknown reference describing a component instantiation.
riid - a string representing the interface type of the requested delegator.
Returns:
the IDelegator interface.
See Also:
IUnknown, IDelegator