Site icon EfmSoft

What does NTSTATUS 0xC023002C (STATUS_NDIS_UNSUPPORTED_REVISION) mean?

 
Previous Next
STATUS_NDIS_INTERFACE_NOT_FOUND STATUS_NDIS_INVALID_PORT

STATUS_NDIS_UNSUPPORTED_REVISION

The structure family is recognized, but its revision is not

STATUS_NDIS_UNSUPPORTED_REVISION is more specific than a bad global NDIS version. The framework or miniport recognized the request structure family, but the caller supplied a revision that the target does not support.

For OID processing, the request and result structures carry revision information so a driver can report the supported revision. Correct recovery is to negotiate or build the documented compatible revision, not to truncate fields opportunistically.

Evidence that narrows it

References


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

Exit mobile version