What does HRESULT 0x80340017 (ERROR_NDIS_INVALID_OID) mean?

 
Previous Next
ERROR_NDIS_BUFFER_TOO_SHORT ERROR_NDIS_ADAPTER_REMOVED

ERROR_NDIS_INVALID_OID

ERROR_NDIS_INVALID_OID The Object Identifier is not implemented by the target miniport or is not valid for the selected adapter and port. An OID identifies a query or configuration operation in the NDIS interface.

What to check

  • Query capability information before relying on an optional OID.
  • Check whether the OID is supported only for a specific media type, port, or NDIS revision.
  • For a driver, keep the supported OID list consistent with the actual hardware capabilities.

Microsoft: Handling OID requests in a miniport adapter

Microsoft: NDIS status values

Microsoft: !ndiskd.netadapter


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