Hi. Lets suppose a display driver would load an existing
dll into its memory using EngLoadImage. Would that image
be limited to call EngXXX functions as is the case for a
display driver, or can the image call any kernel
function? What I'm really trying to do is access the
registry from my display driver but there doesn't seem to
be any supported function for this!! so I was thinking of
loading an image that uses ZwOpenKey and calling it from
my driver. Can this be done or is there a simpler way?
Thanks in advance.