I have written a program (well, will re-write it) that toggles
the data/audio CD autorunning feature of Windows. The audio CD
feature, when toggled, takes effect immediately, as noted in
MSDN. But, MSDN says that the data autorunning feature uses a
"persistent" key in the Registry. I assume that that's why
changes to the key's value don't take effect until after I reboot
my machine. However, StepUp has an autorunning feature toggler
in its program, BUT, unlike my program, changes it makes to the
data autorunning take effect in realtime, WITHOUT requiring a
reboot. So, how can I make MY program do the same?
Semen,
I tried the API Call that you thought were necessary in my
posting on the same subject a LONG time ago. I tried MANY
variations of calls to the API function, and none of them worked.

So, anybody have any ideas? I'm SURE that the key to it is
getting the OS to re-read the Registry. But, that's only a
guess. My OS is Win98SE.
Any ideas would be GLADLY and GRATEFULLY received!
Thanks in advance!
------------------
Clay C. Clear
[email protected]
http://www.v3space.com/a/a39/202/
the data/audio CD autorunning feature of Windows. The audio CD
feature, when toggled, takes effect immediately, as noted in
MSDN. But, MSDN says that the data autorunning feature uses a
"persistent" key in the Registry. I assume that that's why
changes to the key's value don't take effect until after I reboot
my machine. However, StepUp has an autorunning feature toggler
in its program, BUT, unlike my program, changes it makes to the
data autorunning take effect in realtime, WITHOUT requiring a
reboot. So, how can I make MY program do the same?
Semen,
I tried the API Call that you thought were necessary in my
posting on the same subject a LONG time ago. I tried MANY
variations of calls to the API function, and none of them worked.

So, anybody have any ideas? I'm SURE that the key to it is
getting the OS to re-read the Registry. But, that's only a
guess. My OS is Win98SE.
Any ideas would be GLADLY and GRATEFULLY received!
Thanks in advance!

------------------
Clay C. Clear
[email protected]
http://www.v3space.com/a/a39/202/
Comment