Site icon EfmSoft

What does NTSTATUS 0xC0370001 (STATUS_VID_DUPLICATE_HANDLER) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_DUPLICATE_HANDLERHRESULTWindows
Previous Next
STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES STATUS_VID_TOO_MANY_HANDLERS

STATUS_VID_DUPLICATE_HANDLER

The same VID handler is already registered

STATUS_VID_DUPLICATE_HANDLER means the host virtualization infrastructure already has a handler for the requested VID message class.

VID already has a handler registered for the requested dispatch path, so the second registration collides with an existing host-side client. Trace the first successful registration and its cleanup owner to find duplicate initialization or a retry that occurs before the original handler is removed.

Differentiate it from STATUS_VID_TOO_MANY_HANDLERS: duplicate handler is a collision on one dispatch identity, while too-many-handlers is exhaustion of the overall table or client limit.

What to inspect

References


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

Exit mobile version