ntoskrnl.exe: Add a redirect for IoGetCurrentProcess

Andrey Turkin andrey.turkin at gmail.com
Sat Dec 20 01:02:56 CST 2008


I believe this is wrong - IoGetCurrentProcess return pointer to kernel
EPROCESS structure instance, and GetCurrentProcess return constant
(HANDLE)-1 . The structure is declared opaque so drivers must not
dereference it, but some drivers surely won't obey.

2008/12/20 Chris Wulff <crwulff at rochester.rr.com>

> Redirect for IoGetCurrentProcess to kernel32.GetCurrentProcess
>
>  -- Chris Wulff
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20081220/1e257288/attachment.htm 


More information about the wine-devel mailing list