Hoe to unbind a network protocol ?
System Admin
1
Posts
1
Posters
1
Views
1
Watching
-
I need to write an app to programmatically unbind a certain protocol from a network card. E.g. Check if Netbeui is bound to a certain ethernet network card and if so then I need to unbind it (without user intervention). The idea is that after running the app only TCP/IP would be bound to the ethernet card no matter what additional protocols are installed on the computer. I've got it working in Win2k (with the use of the INetCfg API calls) but I can't find any API calls or code examples on how to this in Win98/Win Me and NT4. Any ideas? :confused: Marc