mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[IPHLPAPI]
* Sync NotifyAddrChange() with Wine 1.7.1. svn path=/trunk/; revision=60127
This commit is contained in:
@@ -2007,7 +2007,9 @@ DWORD WINAPI IpRenewAddress(PIP_ADAPTER_INDEX_MAP AdapterInfo)
|
||||
DWORD WINAPI NotifyAddrChange(PHANDLE Handle, LPOVERLAPPED overlapped)
|
||||
{
|
||||
FIXME("(Handle %p, overlapped %p): stub\n", Handle, overlapped);
|
||||
return ERROR_NOT_SUPPORTED;
|
||||
if (Handle) *Handle = INVALID_HANDLE_VALUE;
|
||||
if (overlapped) ((IO_STATUS_BLOCK *) overlapped)->Status = STATUS_PENDING;
|
||||
return ERROR_IO_PENDING;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user