Site icon EfmSoft

What does NTSTATUS 0xC0230004 (STATUS_NDIS_BAD_VERSION) mean?

 
Previous Next
STATUS_NDIS_CLOSING STATUS_NDIS_BAD_CHARACTERISTICS

STATUS_NDIS_BAD_VERSION

The driver and NDIS disagree about the interface version

STATUS_NDIS_BAD_VERSION is a compatibility-contract failure. NDIS registration and request structures identify a version or revision so that the framework can decide which callbacks and fields are valid. A mismatch is not evidence that the NIC link is down.

Compare the NDIS version requested by the driver or component with the WDK contract it was built for. In particular, do not change only a version constant while leaving a structure layout or callback table from a different NDIS revision.

Evidence that narrows it

References


Looking for a different code? Search another status or error code.

Exit mobile version