| Previous | Next |
| ERROR_NDIS_INTERFACE_NOT_FOUND | ERROR_NDIS_INVALID_PORT |
ERROR_NDIS_UNSUPPORTED_REVISION
ERROR_NDIS_UNSUPPORTED_REVISION The target NDIS component recognizes the structure type but does not support the requested revision. Unlike an invalid size, this specifically means that the feature level implied by the revision is unavailable.
What to check
- Negotiate or select the oldest revision that provides the required fields.
- Validate Header.Revision and Header.Size as a pair before accessing revision-specific members.
- Test on the oldest Windows and driver versions that the product claims to support.
Microsoft: Handling OID requests in a miniport adapter
Looking for a different code? Search another status or error code.