| Previous | Next |
| ERROR_NDIS_UNSUPPORTED_MEDIA | ERROR_NDIS_FILE_NOT_FOUND |
ERROR_NDIS_GROUP_ADDRESS_IN_USE
ERROR_NDIS_GROUP_ADDRESS_IN_USE The requested group-address removal cannot complete because another component still uses the address. This is a shared-configuration ownership problem in legacy token ring support.
What to check
- Track which component acquired the group address and do not remove it while references remain.
- Coordinate cleanup during unbind and reset paths so reference counts cannot underflow.
- Treat the condition as a local ownership conflict rather than a general network connectivity failure.
Microsoft: Handling OID requests in a miniport adapter
Looking for a different code? Search another status or error code.