0

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

Daniel Trebbien
  • 38,421
  • 18
  • 121
  • 193
Usman
  • 77
  • 2
  • 9

1 Answers1

0

Are you sure you're creating the COM appartment using CoInitialize(NULL)?

mox
  • 6,084
  • 2
  • 23
  • 35