From: Vincent Fatica on 24 Mar 2006 22:02 .... supposedly found in HKEY_CURRENT_USER\Control Panel\Desktop. I have never seen it set on an XP system. What is it's default value? What is the registry type of its value? Is it dynamic (as opposed to requiring a logoff/logon after a change)? Is it documented anywhere (other than cursory mention in the help for LL mouse and keyboard procs)? Thanks. -- - Vince
From: Arkady Frenkel on 26 Mar 2006 05:07 Jeffrey Richter wrote about it in http://msdn.microsoft.com/msdnmag/issues/0700/Win32/ Arkady "Vincent Fatica" <abuse(a)localhost.com> wrote in message news:4424b2be$1(a)news.vefatica.net... > ... supposedly found in HKEY_CURRENT_USER\Control Panel\Desktop. > > I have never seen it set on an XP system. What is it's default value? > What > is the registry type of its value? Is it dynamic (as opposed to requiring > a > logoff/logon after a change)? Is it documented anywhere (other than > cursory > mention in the help for LL mouse and keyboard procs)? Thanks. > > -- > - Vince
From: Vincent Fatica on 26 Mar 2006 14:44 I saw that. He says no more than is said in the keyboard and mouse low-level hook_proc docs. His article answered none of my questions. On Sun, 26 Mar 2006 12:07:38 +0200, "Arkady Frenkel" <arkadyf(a)hotmailxdotx.com> wrote: >Jeffrey Richter wrote about it in >http://msdn.microsoft.com/msdnmag/issues/0700/Win32/ >Arkady > >"Vincent Fatica" <abuse(a)localhost.com> wrote in message >news:4424b2be$1(a)news.vefatica.net... >> ... supposedly found in HKEY_CURRENT_USER\Control Panel\Desktop. >> >> I have never seen it set on an XP system. What is it's default value? >> What >> is the registry type of its value? Is it dynamic (as opposed to requiring >> a >> logoff/logon after a change)? Is it documented anywhere (other than >> cursory >> mention in the help for LL mouse and keyboard procs)? Thanks. >> >> -- >> - Vince > -- - Vince
From: Arkady Frenkel on 27 Mar 2006 01:55 That pretty descriptive IMHO, if no registry value set , no Timeout and you can sit in your the hook as long as you want or not want :). When you start to debug your hook app you'll see what that mean , you will hung inside and all chain will be blocked. BTW Jeffrey wrote about that , find in the text sentence started from "But this hook has a serious drawback:"... So to overcome the problem you can set TO so OS can treat the chain respectively Arkady "Vincent Fatica" <abuse(a)localhost.com> wrote in message news:4426ef21$1(a)news.vefatica.net... >I saw that. He says no more than is said in the keyboard and mouse > low-level hook_proc docs. His article answered none of my questions. > > On Sun, 26 Mar 2006 12:07:38 +0200, "Arkady Frenkel" > <arkadyf(a)hotmailxdotx.com> wrote: > >>Jeffrey Richter wrote about it in >>http://msdn.microsoft.com/msdnmag/issues/0700/Win32/ >>Arkady >> >>"Vincent Fatica" <abuse(a)localhost.com> wrote in message >>news:4424b2be$1(a)news.vefatica.net... >>> ... supposedly found in HKEY_CURRENT_USER\Control Panel\Desktop. >>> >>> I have never seen it set on an XP system. What is it's default value? >>> What >>> is the registry type of its value? Is it dynamic (as opposed to >>> requiring >>> a >>> logoff/logon after a change)? Is it documented anywhere (other than >>> cursory >>> mention in the help for LL mouse and keyboard procs)? Thanks. >>> >>> -- >>> - Vince >> > -- > - Vince
From: Arkady Frenkel on 27 Mar 2006 02:03 To summarize : default ( no key ) TO is INFINITIVE ( as Win32 define that ) and TO can change it to some less infinitive value :) Arkady "Arkady Frenkel" <arkadyf(a)hotmailxdotx.com> wrote in message news:%23i5dvtWUGHA.5004(a)TK2MSFTNGP11.phx.gbl... > That pretty descriptive IMHO, if no registry value set , no Timeout and > you can sit in your the hook as long as you want or not want :). > When you start to debug your hook app you'll see what that mean , you will > hung inside and all chain will be blocked. > BTW Jeffrey wrote about that , find in the text sentence started from > "But this hook has a serious drawback:"... > So to overcome the problem you can set TO so OS can treat the chain > respectively > Arkady > > "Vincent Fatica" <abuse(a)localhost.com> wrote in message > news:4426ef21$1(a)news.vefatica.net... >>I saw that. He says no more than is said in the keyboard and mouse >> low-level hook_proc docs. His article answered none of my questions. >> >> On Sun, 26 Mar 2006 12:07:38 +0200, "Arkady Frenkel" >> <arkadyf(a)hotmailxdotx.com> wrote: >> >>>Jeffrey Richter wrote about it in >>>http://msdn.microsoft.com/msdnmag/issues/0700/Win32/ >>>Arkady >>> >>>"Vincent Fatica" <abuse(a)localhost.com> wrote in message >>>news:4424b2be$1(a)news.vefatica.net... >>>> ... supposedly found in HKEY_CURRENT_USER\Control Panel\Desktop. >>>> >>>> I have never seen it set on an XP system. What is it's default value? >>>> What >>>> is the registry type of its value? Is it dynamic (as opposed to >>>> requiring >>>> a >>>> logoff/logon after a change)? Is it documented anywhere (other than >>>> cursory >>>> mention in the help for LL mouse and keyboard procs)? Thanks. >>>> >>>> -- >>>> - Vince >>> >> -- >> - Vince > >
|
Next
|
Last
Pages: 1 2 3 Prev: Administrator elevation via RPC fails on Vista, why? Next: Memory leak with CreateProcess() |