diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /network/config/bindview | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'network/config/bindview')
| -rw-r--r-- | network/config/bindview/README.md | 15 | ||||
| -rw-r--r-- | network/config/bindview/network-config-bindview.yml | 12 |
2 files changed, 11 insertions, 16 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md index b239b700..1f168493 100644 --- a/network/config/bindview/README.md +++ b/network/config/bindview/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Bindview Network Configuration Utility +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 @@ -7,11 +17,8 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617732 ---> - -Bindview Network Configuration Utility -====================================== +# 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). - diff --git a/network/config/bindview/network-config-bindview.yml b/network/config/bindview/network-config-bindview.yml deleted file mode 100644 index a43c64bf..00000000 --- a/network/config/bindview/network-config-bindview.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Bindview Network Configuration Utility - description: An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /network/config/bindview/bindview.sln |
