[PATCH 1/2] ntoskrnl.exe: Implement IoRegisterDeviceInterface

Aric Stewart aric at codeweavers.com
Mon Sep 17 11:44:22 CDT 2018



On 9/14/18 2:02 PM, Zebediah Figura wrote:
> On 14/09/18 13:59, Aric Stewart wrote:
>> Signed-off-by: Aric Stewart <aric at codeweavers.com>
>> ---
>>   dlls/ntoskrnl.exe/ntoskrnl.c        | 216 ++++++++++++++++++++++++++++++++++++
>>   dlls/ntoskrnl.exe/ntoskrnl.exe.spec |   2 +-
>>   include/ddk/wdm.h                   |   1 +
>>   3 files changed, 218 insertions(+), 1 deletion(-)
>>
>>
>>
>>
>>
> 
> Can this go directly through setupapi instead?
> 
> 

Sorry, I dont know if I understand your question...

What do you mean go through setupapi? Not that we have or enforce this in any way, but technically setupapi is user level and IoRegisterDeviceInterface is kernel level.

-aric



More information about the wine-devel mailing list