Friday, February 5, 2010

What are dual interfaces?

A dual interface allows its methods to be accessed as dispinterface methods or as vtable methods.
Dual interface is one that supports both - IDispatch interface and vtbl-based interface. Therefore, it might be used in scripting environment like VBScript and yet to use power and speed of vtbl-based interface for non-scripting environment.

0 Comments: