reactos/lib/iphlpapi
diff -u -r1.3 -r1.4
--- merge-notes.txt 25 Feb 2004 07:41:50 -0000 1.3
+++ merge-notes.txt 15 Aug 2004 16:52:13 -0000 1.4
@@ -54,3 +54,18 @@
And then to change the detritus in ifenum to be all based on
getInterfaceIndexTable and getInterfaceMibByIndex, getInterfaceMibByName
+Implementing name functions:
+
+Ok here's what i can synthesize from unclegarlic and vizzini:
+
+the IP_ADAPTER_INFO struct should contain the guid part of the registry key
+name that holds the adapter
+
+the snmp-style info functions should return a nice name, which is also from
+the registry.
+
+In no case is the adapter OID for name used. According to vizzini, this
+OID is never used and probably almost never implemented.
+
+This is different from the wine case because there are two different names
+returned from the underlying layer.