Site icon EfmSoft

What does NTSTATUS 0xC0350011 (STATUS_HV_INVALID_PORT_ID) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_PORT_IDHRESULTWindows
Previous Next
STATUS_HV_INVALID_VP_INDEX STATUS_HV_INVALID_CONNECTION_ID

STATUS_HV_INVALID_PORT_ID

The connection no longer resolves to a usable destination port

STATUS_HV_INVALID_PORT_ID is not merely an invalid number. For HvCallPostMessage, the associated port can have been deleted, can belong to a partition that is no longer active, or can be a port type that cannot receive a message.

That makes the port lifecycle and type part of the diagnosis. A valid connection ID captured earlier can become unusable after a remote partition transition or a port reconfiguration. Recreating a connection without identifying which endpoint was removed can leave the same race in place.

What to retain

References


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

Exit mobile version