Huw Davies (@huw) commented about dlls/nsiproxy.sys/ip.c:
return STATUS_NOT_IMPLEMENTED;
#endif
- if (!want_data || num <= *count)
- {
iface_indices = if_nameindex();
Rather than using `if_nametoindex()` please use `nsi_enumerate_all()` to get the `NSI_NDIS_IFINFO_TABLE` table.