Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
COMの例を読んで見ましたが、インターフェイスの違いを明確に理解できませんでした。
IUnkownは、すべての COM インターフェイスの基本インターフェイスです。
IDispatchは、オートメーションをサポートするプログラミング ツールやその他のアプリケーションに、オブジェクト、メソッド、およびプロパティのインターフェイスを公開します。
IDispatch インターフェイスは、IUnknown インターフェイスを継承しています。以下のリンクをご覧ください。
IDispatch
不明