[ros-kernel] (no subject)

Alex Ionescu ionucu at videotron.ca
Wed Sep 15 16:55:45 CEST 2004


Hi,

Just call NtOpenRegistryKey (or whatever the exact name is) in NTOSKRNL, 
either by syscall or by export.

Best regards,
Alex Ionescu

Martin Fuchs wrote:

>Hello,
>
>I would like to move the version display on the desktop from explorer into PaintDesktop(). So I moved the code into WIN32K's NtUserPaintDesktop(). To decide wether to activate the display routine, we have to look into the registry. I attached my patch for this to the mail.
>
>But there are no registry functions like NtRegOpenKey() available in WIN32K.
>How should this be handled?
>Somehow call from WIN32K into ADVAPI32?
>Move the display routine into USER32 instead of WIN32K?
>Duplicating the registry code of ADVAPI32 in WIN32K seems no good solution for me.
>
>Any hints appreciated...
>
>--
>Martin Fuchs
>martin-fuchs at gmx.net
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Ros-kernel mailing list
>Ros-kernel at reactos.com
>http://reactos.com/mailman/listinfo/ros-kernel
>  
>



More information about the Ros-kernel mailing list