[shell-coding] More semi-undocumented stuff
- From: ilmcuts <ilmcuts@xxxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Fri, 25 Feb 2005 12:59:49 +0100
Hey all,
In an attempt to breathe a little bit of life into this list, I thought
I'd share my findings with you all.
If you open ShlObj.h and search for SHLoadInProc, you will notice two
things:
a) the comment above the prototype gives very specific hints about
explorer's implementation, and
b) just below there is another function, which doesn't appear to be
documented anywhere but in this header file. It's called
SHEnableServiceObject and looks like an extension of SHLoadInProc. Since
I don't know a single app which uses it we probably don't want to
implement this just yet, but it's nonetheless interesting.
ilmcuts
__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding
- Follow-Ups:
- [shell-coding] Re: More semi-undocumented stuff
- From: Brian Wolven
Other related posts:
- » [shell-coding] More semi-undocumented stuff
- » [shell-coding] Re: More semi-undocumented stuff
ilmcuts
- [shell-coding] Re: More semi-undocumented stuff
- From: Brian Wolven