What does HRESULT 0x80340015 (ERROR_NDIS_INVALID_DATA) mean?

 
Previous Next
ERROR_NDIS_INVALID_LENGTH ERROR_NDIS_BUFFER_TOO_SHORT

ERROR_NDIS_INVALID_DATA

ERROR_NDIS_INVALID_DATA The request buffer is present but contains values that the target component cannot accept. The failure is about the content or combination of fields, not simply the buffer size.

What to check

  • Validate ranges, enumerations, flags, and dependencies between request fields.
  • Compare the request against the interface capabilities reported by the adapter.
  • For a miniport, return a precise failure before programming hardware with invalid settings.

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.