diff options
Diffstat (limited to 'network')
| -rw-r--r-- | network/ndis/mux/README.md | 7 |
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. |
