How to Implement multiple dual interfaces ?
Answers were Sorted based on User's Feedback
Answer / mushtaq ahmad
You can implement a dual interface using the IDispatchImpl
class, which provides a default implementation of the
IDispatch methods in a dual interface. For more information
To use this class:
Define your dual interface in a type library.
Derive your class from a specialization of IDispatchImpl
(pass information about the interface and type library as
the template arguments).
Add an entry (or entries) to the COM map to expose the dual
interface through QueryInterface.
Implement the vtable part of the interface in your class.
Ensure that the type library containing the interface
definition is available to your objects at run time.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mushtaq ahmad
Open the link below and see you answer:
http://vcfaq.mvps.org/com/9.htm
Is This Answer Correct ? | 0 Yes | 0 No |
sap hana online training in USA UK CANADA INDIA AUSTRALIA
How to Use structs in Automation-compatible interfaces?
how to create SDK based ATL ? how to create SDK based COM?
How to Implement static object hierarchies in ATL ?
how do you like to go up in a swing
why we write function's implementation in .h file while developing the Web application through VC++?
Why is the put_Font or putref_Font method not called when an ActiveX control's Font property is changed by the ActiveX Control Pad?
What changes does a control need to run in an MFC 4.2b container?
How to Obtain data from the client via an outgoing event dispinterface in ATL ?
How to Implement multiple dual interfaces ?
Does ATL require an application server to operate?
What problems might be encountered when using _ATL_MIN_CRT? What causes the linker error that _main is unresolved during Release builds?