IShellExtInit.Initialize

  • Thread starter Thread starter timtos
  • Start date Start date
T

timtos

I am using IShellExtInit.Initialize (Thanks to Mattias Sjögren) and it is called when I right-click a folder! Unfortunately it is
called 3 times and not only once...
For debugging purpose there is only one line in that Initialize function: return 0;

How can something like that happen?
Thanks a lot for help!

Greetings,
timtos.
 
Sorry. I am really new to this stuff...
QueryContextMenu should never return 0 (and always the number of added items).

Greetings,
timtos.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top