vote up 0 vote down star

Question:

  • Based on a CLSID, how can I find out what objects (or interfaces) it supports for IClassFactory::CreateInstance

Note:

flag

1 Answer

vote up 2 vote down check

You could use OleView.

But if you want to do this programatically then you could use the method that OleView uses.

OleView achieves this by just iterating through all the interfaces declared in HKEY_CLASSES_ROOT\Interface and then calling QueryInterface for each of them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.