What is the difference between IDispatch and IUnkown in COM? [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago . I have read and saw example for COM , but I couldn't clearly get there Interface difference. 回答1: IUnknown is the primal COM interface. It provides the basic ability to "cast" a instance of a COM object to any of it's supported interfaces (QueryInterface). IDispatch builds on IUnknown adding the