ICallFrameEvents interface (callobj.h)
Delivers method call notifications.
Inheritance
The ICallFrameEvents interface inherits from the IUnknown interface. ICallFrameEvents also has these types of members:
Methods
The ICallFrameEvents interface has these methods.
ICallFrameEvents::OnCall Informs the event sink if it receives a method call on the interceptor. The sink is provided with an ICallFrame instance which is bound to the intercepted incoming method invocation. Through that sink the call frame can be manipulated in various ways. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | callobj.h |