Are all SPI values in windows/sysparams.c,SystemInformationW() stored in the registry somewhere? If yes, is there a not to difficult way to find which registry key it is for a given SPI value? I have a few win boxes available to find this out.
Ivan.
____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it
Hi,
On Fri, Oct 01, 2004 at 08:29:28PM +0200, Ivan Leo Puoti wrote:
Are all SPI values in windows/sysparams.c,SystemInformationW() stored in the registry somewhere?
Not sure, but probably many.
If yes, is there a not to difficult way to find which registry key it is for a given SPI value?
Write a program looping through the SPI values, then use regmon to find the keys it accesses.
Andreas Mohr