| 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: Handling OID requests in a miniport adapter
Looking for a different code? Search another status or error code.