dongy117
Thu May 08 20:12:47 CDT 2008
On May 8, 5:11=A0pm, "Maxim S. Shatskih" <ma...@storagecraft.com> wrote:
> =A0 =A0 Why do you need to use this exotic registry key name?
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> ma...@storagecraft.com
http://www.storagecraft.com
>
> "??" <dongy...@gmail.com> wrote in message
>
> news:be28fa0b-6184-4bd1-b5bc-6bf809d904f9@h1g2000prh.googlegroups.com...
>
>
>
> > In my driver, i need to check the registry information in \\Registry\
> > \Machine\\System\\CurrentControlSet\\Control\\Class\\{4D36E96A-
> > E325-11CE-BFC1-08002BE10318}\\0000\\settings".
> > And i want to know does all the OS has the same position to same these
> > information?
>
> > thanks.- Hide quoted text -
>
> - Show quoted text -
I write one miniport driver and two display driver for graphic card,
so in miniport driver i must decide which display driver will be used.
so i change the display driver setting in the registry, and os will
call the right display driver.