Convert Miniport Driver Initialization for NDIS 6.0 (Compact 7)
3/12/2014
To convert NDIS 5.x miniport driver initialization functionality to NDIS 6.0, you make the following changes to your driver:
- Initialize the miniport driver characteristics structure for NDIS 6.0.
- Replace obsolete function calls in your DriverEntry routine with new function calls that support NDIS 6.0.
- Register your miniport driver's entry point functions with NDIS 6.0.