NDIS Versions in Network Drivers
If you are writing an NDIS driver for more than one version of Microsoft Windows, be sure the features that you are using are supported on each Windows version. New features have been added to NDIS with each release. Other features became obsolete and were removed from later NDIS versions.
This set of design guide documentation is targeted at Windows Vista and later operating systems and NDIS 6.0 and later drivers. Documentation for earlier Windows and NDIS versions is contained in prior releases of the documentation. For the Windows XP and NDIS 5.1 documentation, see Windows 2000 and Windows XP Networking Design Guide.
Note A driver can query the NDIS version by calling the NdisReadConfiguration function with the Keyword parameter set to NdisVersion.
Windows operating system, Microsoft Windows Driver Kit (WDK), and Driver Development Kit (DDK) version support for NDIS versions, as well as support for major NDIS features across NDIS versions, are described in the following table.
| Operating system | Development Kit | Supported NDIS version | CoNDIS | Deserialized driver | Intermediate driver |
|---|---|---|---|---|---|
|
Windows 95/ |
Windows NT 4.0 DDK or Windows 95 DDK |
3.1 | |||
|
Added support for miniport drivers and Plug and Play. | |||||
|
Windows 95 OSR2 |
Windows NT 4.0 DDK or Windows 95 DDK |
4.0 | |||
|
Protocol driver is a vxd-type driver. | |||||
|
Windows 98 |
Windows NT 4.0 DDK or Windows 98 DDK |
4.1 |
X |
X |
X |
|
Protocol driver is a vxd-type driver. | |||||
|
Windows 98 SE |
Windows NT 4.0 DDK or Windows 98 DDK |
5.0 |
X |
X |
X |
|
Added support for Power Management and WMI. | |||||
|
Windows Me |
Windows NT 4.0 DDK or Windows 98 DDK for Vxds |
5.0 |
X |
X |
X |
|
Windows NT 3.5 |
Windows NT 3.5 DDK |
3.0 | |||
|
Windows NT 4.0 |
Windows NT 4.0 DDK |
4.0 | |||
|
Added these features: | |||||
|
Windows NT 4.0 SP3 |
Windows NT DDK with updated NDIS header and library |
4.1 |
X |
X |
X |
|
Windows 2000 |
Windows 2000 DDK |
5.0 |
X |
X |
X |
|
Added support for:
| |||||
|
Windows XP |
Windows XP DDK |
5.1 |
X |
X |
X |
|
Added support for:
Dropped support for:
| |||||
|
Windows Vista |
Windows Vista WDK |
6.0 |
X |
X |
X |
|
Major improvements in the following provide significant performance gains for both clients and servers:
The following improvements simplify driver development:
For more information about NDIS 6.0 features, see Introduction to NDIS 6.0. For information about backward compatibility and obsolete features that are not supported in NDIS 6.0 drivers, see NDIS 6.0 Backward Compatibility. | |||||
|
Windows Vista SP1 |
Windows Server 2008 Windows Vista WDK with updated NDIS header and library |
6.1 |
X |
X |
X |
|
For information about NDIS 6.1 features, see Introduction to NDIS 6.1. | |||||
|
Windows 7 |
Windows 7 WDK with updated NDIS header and library |
6.20 |
X |
X |
X |
|
For information about NDIS 6.20 features, see Introduction to NDIS 6.20. For information about backward compatibility and obsolete features that are not supported in NDIS 6.20 drivers, see NDIS 6.20 Backward Compatibility. | |||||
|
Windows 8 |
Windows 8 WDK with updated NDIS header and library |
6.30 |
X |
X |
X |
|
For information about NDIS 6.30 features, see Introduction to NDIS 6.30. | |||||
Send comments about this topic to Microsoft
Build date: 5/21/2013
