[PATCH 3/3] iphlpapi: Implement CancelIPChangeNotify.

Erich E. Hoover ehoover at mymail.mines.edu
Mon May 6 20:23:28 CDT 2013


The attached patch implements CancelIPChangeNotify, which permits the
cancellation of the thread created by NotifyAddrChange that is used to
establish when the IP address list changes.  The patch achieves this
goal by using the internal "Pointer" portion of the OVERLAPPED
structure in NotifyAddrChange to store the handle to the thread so
that this information can be used to abort the thread when
CancelIPChangeNotify is called.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-iphlpapi-Implement-CancelIPChangeNotify.patch
Type: application/octet-stream
Size: 2582 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130506/0a7cd159/attachment-0001.obj>


More information about the wine-patches mailing list