| Previous | Next |
| ERROR_NDIS_MULTICAST_EXISTS | ERROR_NDIS_REQUEST_ABORTED |
ERROR_NDIS_MULTICAST_NOT_FOUND
ERROR_NDIS_MULTICAST_NOT_FOUND The request attempted to remove a multicast address that NDIS does not currently have in the interface list. The local state may be stale, or a prior remove or reset may already have cleared the membership.
What to check
- Confirm that the address was successfully added before trying to remove it.
- Treat cleanup after reset or unbind as idempotent so an already-cleared address is not treated as a new hardware failure.
- Review concurrent membership changes from other components using the same interface.
Microsoft: Handling OID requests in a miniport adapter
Looking for a different code? Search another status or error code.
