Obsolete Interfaces in NDIS 6.20
Some NDIS 6.1 application interface elements are obsolete for NDIS 6.20 drivers.
The following table lists NDIS 6.1 interface elements and their NDIS 6.20 replacements.
Obsolete interface | Use instead |
---|---|
NDIS_MAX_PROCESSOR_COUNT(constant) |
|
MAXIMUM_PROCESSORS(constant) |
|
Do not use the TargetProcessors parameter of MINIPORT_ISR_HANDLER ( MiniportInterrupt) |
|
Do not use the TargetProcessors parameter of MINIPORT_MSI_ISR_HANDLER ( MiniportMessageInterrupt) |
|