Hi

Should kernel mode process be driver, can it be a system service like a dll
or app ?

Is there any function which can switch process between user mode and kernel
mode ?

Thank you .

Re: Can we write kernel mode dll or application ? by Don

Don
Fri Jul 04 05:46:13 CDT 2008

A kernel mode module has to be a driver. Kernel mode DLL's are "export
drivers". Given your other questions, I would recommend you take a good
driver class before going near the kernel.

--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply





"Kid" <Kid@discussions.microsoft.com> wrote in message
news:590E31E2-5480-447D-B54C-700E27696F81@microsoft.com...
> Hi
>
> Should kernel mode process be driver, can it be a system service like a
> dll
> or app ?
>
> Is there any function which can switch process between user mode and
> kernel
> mode ?
>
> Thank you .