Proposal Details

The netioapi.h contains multiple notification functions, which are exported through iphlpapi.h, however some of them are missing from the x/sys/windows package.

Following is the list of missing functions: - NotifyNetworkConnectivityHintChange - NotifyRouteChange2 - NotifyStableUnicastIpAddressTable - NotifyTeredoPortChange

I propose to add the missing functions to avoid the necessity of manually loading the dll and then calling and for consistency as well, since other notification functions are already present.

Comment From: seankhliao

if it's just apis corresponding to what windows natively provides, feel free to send a CL directly

Comment From: prattmic

cc @golang/windows