<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br><br>&gt; in todo_wine blocks only ok() calls should be made.<br>&gt; So consider splitting them down to "todo_wine ok(..." for each.<br><br>Ah thank you, I will change them.<br><br>&gt; &gt; -CancelIPChangeNotify<br>&gt; &gt;  CreateProxyArpEntry<br>&gt; &gt;  DeleteIPAddress<br>&gt; &gt;  DeleteProxyArpEntry<br>&gt; &gt;  EnableRouter<br>&gt; &gt;  FlushIpNetTable<br>&gt; &gt;  GetAdapterIndex<br>&gt; &gt; -NotifyAddrChange<br>&gt; &gt; -NotifyRouteChange<br>&gt; &gt; +NotifyRouteChange + CancelIPChangeNotify<br>&gt; <br>&gt; this change regarding CancelIPChangeNotify is also not needed.<br><br>CancelIPChangeNotify is used when testing NotifyAddrChange. It cancels the overlapped notify call. <br>The function can be used also to cancel NotifyRouteChange calls.<br><br>I changed it like that so that when NotifyRouteChange is also implemented the cancelling is also tested with that one.<br>If I would have left CancelIPChangeNotify in the list like it was, then someone might wonder why it is still in the list even though it used in the tests with NotifyAddrChange.<br><br>Best Regards, <br>Janne Hakonen<br>                                               </body>
</html>