What does HRESULT 0x8034002C (ERROR_NDIS_UNSUPPORTED_REVISION) mean?

 
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: NDIS status values

Microsoft: Handling OID requests in a miniport adapter

Microsoft: !ndiskd.netadapter


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