mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
When I loaded WinXPs ifmon.dll into our netsh.exe and ran the 'interface ip show address' command ifmon tried to query an unknown interface. Google found a name for the GUID: INetCfgComponentPrivate. I implemented the three standard methods of the interface and ran some more tests. After adding a 4th method with tree parameters to the interface, there are no more failures.