views:

310

answers:

1

In the windows registry, under the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer], there is a REG_BINARY variable called ShellState, 44 bytes in length. It looks suspiciously like a set of bit flags, but maybe there's some kind of struct present, really no way to tell from looking at it. Anyway, does anyone have the breakdown for this beast, especially for Win XP SP2 or SP3?

A: 

Use SHGetSetSettings() and the SHELLSTATE struct IIRC

Anders