summaryrefslogtreecommitdiff
path: root/network/ndis/mux/README.md
diff options
context:
space:
mode:
authorDen (Microsoft) <[email protected]>2019-07-15 11:00:22 -0700
committerGitHub <[email protected]>2019-07-15 11:00:22 -0700
commitc302fee3ab68e2c2e26091c1283c69856f1ee1d9 (patch)
tree61e3d4d156945eab828748d8398ebc64718a0465 /network/ndis/mux/README.md
parent3fc71d9eb6526fb40bd99788a60b7951605054f3 (diff)
Update README.md66574
Diffstat (limited to 'network/ndis/mux/README.md')
-rw-r--r--network/ndis/mux/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md
index 63de3021..6eea6284 100644
--- a/network/ndis/mux/README.md
+++ b/network/ndis/mux/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "An NDIS 6.0 driver that demonstrates the operation of an N to 1 MUX driver."
languages:
- cpp
@@ -22,8 +22,7 @@ The MUX Intermediate Miniport (IM) driver is an NDIS 6.0 driver that demonstrate
For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide.
-INSTALLING THE SAMPLE
----------------------
+## Installing the sample
MUX is installed as a protocol (called *Sample Mux-IM Protocol Driver* in the supplied INFs/notification object).
@@ -194,4 +193,4 @@ Precomp.h | Precompile header file
Protocol.c | Protocol related routines for the MUX driver
Public.h | Contains the common declarations shared by driver and user applications
-For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide. \ No newline at end of file
+For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide.