Unfortunately, that code just do stubs, and it is not actually executed in kernel mode.
--
with best regards,
Volodymyr
On Fri, Feb 22, 2008 at 3:02 AM, Volodymyr Shcherbyna
<v_scherbina@mvps.org> wrote:
> I discovered that WineHQ project does not have support for drivers (am I
> wrong?). In other words, quite a big amount of applications will fail to
> function properly, because many of them are using helper device drivers to
> get some extended functionality. I can just mention RegMon, FileMon, TDIMom,
> and others.
I know very little about this, but my impression is that
Wine supports a limited set of NT os kernel APIs already.
The initial support was added by this patch:
http://www.winehq.org/pipermail/wine-cvs/2007-May/032546.html
The current set of supported calls can be seen here:
http://source.winehq.org/source/dlls/ntoskrnl.exe/ntoskrnl.c
Feel free to implement more, or file enhancement requests
describing what nt os apis a popular app needs.
- Dan