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.
void* が実行時に IUnknown* であるかどうかを確認する方法は?
IUnknown *unk = dynamic_cast<IUnknown*>(item);
動作しません (コンパイル エラー)。
実行時にそれを明確に判断することはできません。IUnknown任意のアドレスを取得して、その背後に本物があるかどうかを判断することはできません。
IUnknown