What does explorer use to open a file?

Posted by dauphic on Stack Overflow See other posts from Stack Overflow or by dauphic
Published on 2009-11-24T17:21:18Z Indexed on 2010/06/13 17:02 UTC
Read the original article Hit count: 150

Filed under:
|
|
|

I'm attempting to hook into whatever explorer calls when a file is opened (double-click, context menu open, etc.), however I can't figure out which function that is.

Originally, I thought it was ShellExecute, as that does the same thing as far as I can tell, but after hooking into it I learned that it's only used when a new explorer window is opened.

Any ideas which function I should be hooking?

© Stack Overflow or respective owner

Related posts about c

    Related posts about winapi