为什么 DIA SDK get_guid 总是返回 Class guid 的 Bad ptr(0x000) ?
我正在使用 DIA SDK 枚举 COM 二进制文件(dll/exe)的类型和接口。 但是 get_guid 总是为该组件内使用的每个类(CoClass 和 Interface)返回 Bad Ptr(0x0000)?
我们可以通过任何其他方式从 co 类和接口的 pdb 中获取 guid。
问候 乌斯曼
I am using DIA SDK for enumerating types and interfaces of COM binaries(dlls/exes).
But get_guid always returns Bad Ptr(0x0000) for every Class(CoClass & Interface) used inside that component?
Any way out other by which we can get guid from pdb of co class and interface.
Regards
Usman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定要使用 CoInitialize(NULL) 创建 COM 公寓吗?
Are you sure you're creating the COM appartment using CoInitialize(NULL)?