[ros-kernel] (no subject)
Martin Fuchs
martin-fuchs at gmx.net
Wed Sep 15 18:35:56 CEST 2004
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NtUserPaintDesktop.patch
Type: application/octet-stream
Size: 4295 bytes
Desc: not available
Url : http://reactos.com:8080/pipermail/ros-kernel/attachments/20040915/82a934cb/NtUserPaintDesktop.obj
More information about the Ros-kernel
mailing list