Site icon EfmSoft

What does NTSTATUS 0xC0350019 (STATUS_HV_OBJECT_IN_USE) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_OBJECT_IN_USEHRESULTWindows
Previous Next
STATUS_HV_INVALID_SYNIC_STATE STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO

STATUS_HV_OBJECT_IN_USE

The target object is still bound to an active Hyper-V use

STATUS_HV_OBJECT_IN_USE means the object or value is already allocated or is being used for a purpose that prevents the requested operation. It is a lifecycle/ownership condition, not simply a duplicate numeric identifier.

Determine what currently owns the object before attempting deletion, replacement, or reuse. Depending on the hypercall, the blocker can be another connection, a port association, a VP/resource binding, or a transition that has not completed. Destroying a neighboring object to force reuse can break a live inter-partition relationship.

What to record

References


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

Exit mobile version