[PATCH v2 1/3] iphlpapi: Implement asynchronous events for IcmpSendEcho2Ex.

Zebediah Figura (she/her) zfigura at codeweavers.com
Fri Oct 8 12:26:44 CDT 2021


On 10/8/21 12:18, Gabriel Ivăncescu wrote:
> On 08/10/2021 19:41, Zebediah Figura (she/her) wrote:
>> Could we instead handle the architecture on the kernel side, the way 
>> httpapi does? Then asynchronicity should devolve to passing parameters 
>> through to DeviceIoControl().
>>
> 
> Sorry I'm not familiar with that at all. Can you elaborate a bit please? 
> Doesn't it already use NtDeviceIoControlFile to talk to nsiproxy? Or did 
> you mean something else?

I mean to handle the difference in architecture on the kernel side, 
using something like 7a73d01f8. That would get rid of the need for 
fixing things up in user space.



More information about the wine-devel mailing list