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.
 
Back
Top