Summary of Changes Required to Port an Intermediate Driver to NDIS 6.20
This topic summarizes the changes that are required to port an NDIS 6.x intermediate driver to NDIS 6.20.
To update an intermediate driver to support the NDIS 6.20 environment, you must modify the NDIS 6.x intermediate driver as follows:
Replace the preprocessor definition NDIS60_MINIPORT_DRIVER or NDIS61_MINIPORT_DRIVER with NDIS620_MINIPORT_DRIVER.
Replace the preprocessor definition NDIS61 or NDIS60 with NDIS620.
Except where noted otherwise, protocol driver and miniport driver changes also apply to intermediate drivers. For more information about porting these drivers, see the protocol driver porting summary at Summary of Changes Required to Port a Protocol Driver to NDIS 6.20 and the miniport driver porting summary at Summary of Changes Required to Port a Miniport Driver to NDIS 6.20.
NDIS 5.x filter intermediate drivers will not be supported in Microsoft Windows versions after Windows 7. You should use the NDIS filter drivers interface for all filter drivers. For more information about NDIS filter drivers, see Summary of Changes Required to Port a Filter Driver to NDIS 6.20.