What does HRESULT 0x80340022 (ERROR_NDIS_INVALID_ADDRESS) mean?

 
Previous Next
ERROR_NDIS_MEDIA_DISCONNECTED ERROR_NDIS_PAUSED

ERROR_NDIS_INVALID_ADDRESS

ERROR_NDIS_INVALID_ADDRESS The address does not meet the format or policy requirements of the target adapter and operation. This can be a malformed unicast, multicast, group, or media-specific address.

What to check

  • Validate the address length and address family required by the selected media and OID.
  • Check multicast and unicast bit rules before programming a hardware address.
  • Do not reuse an address structure from a different interface type without translating it first.

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.