What's the difference between Interface and dispInterface?
ATL / WTL / STL
4
Posts
3
Posters
0
Views
1
Watching
-
Beg, borrow or steal a copy of "Essential COM" by Don Box. It'll describe what COM interfaces are and how to use them. It'll also tell you all about dispatch interfaces, how they're just a particular type of COM interface and how to implement both types, as well as an "interesting" hybrid called a dual interface. Cheers, Ash
-
Beg, borrow or steal a copy of "Essential COM" by Don Box. It'll describe what COM interfaces are and how to use them. It'll also tell you all about dispatch interfaces, how they're just a particular type of COM interface and how to implement both types, as well as an "interesting" hybrid called a dual interface. Cheers, Ash
It is a good book on COM.
Steve