Though MSDN lacks providing certain info, its amazing. Planning to get the
msdn pack.
Thank you very much, David
--
Regards,
Ramesh
(e-mail address removed)
It's a structure in the MSDN. Once I may have spent 6 months building it,
but as MS always release the data after I spend 6 months reverse engineering
something it's hard to get motivated.
Always assume programmers are lazy, if they had to write a structure for an
API call, they'll try to reuse it as a registry storage structure. Always
search the API for things in the registry. Many reg keys are only documented
in a relevent API call and programmers reuse terms, names, and structures.
The settlement API calls that MS released will give clues to how explorer
works. But it's a bit of a clayton's reference. It's not helpful. But you
can find out how the hell windows decides what settings to apply to a folder
from folder settings if that folder doesn't have any saved settings. It's
bizarre.It searches for similar folders (without saying what makes a folder
similar), it searches for other folders with the same name and copies from
there. There seems to be 3 or 4 default settings that somehow inherit (like
factory default, machine default, users default, and the folders default or
something like that - I post every now and then what Apply Default does, and
I think this structure is part of the defaults).
If you want to know how van gough felt examine how MS thinks. Better than
LSD.