blob: c32200926b231a00967ff07627a64b58cc4ee428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
page_type: sample
description: "An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components."
languages:
- cpp
products:
- windows
---
<!---
name: Bindview Network Configuration Utility
platform: Application
language: cpp
category: Network
description: An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617732
--->
# Bindview Network Configuration Utility
The Bindview sample demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
For more information on the INetCfg interface, see [Network Configuration Interfaces](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559080).
|