You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I propose to add the missing functions to avoid the necessity of manually loading the dll and then calling its functions and for consistency as well, since other notification functions are already present.