Site icon EfmSoft

What does HRESULT 0xC0350011 (ERROR_HV_INVALID_PORT_ID) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_PORT_IDNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_VP_INDEX ERROR_HV_INVALID_CONNECTION_ID

ERROR_HV_INVALID_PORT_ID

A connection can survive after its destination stops being usable

In Hyper-V inter-partition communication, a port belongs to the receiving side and determines the target virtual processor, synthetic interrupt source and delivery type. The TLFS documents HV_STATUS_INVALID_PORT_ID when the connection's port has been deleted, the port owner is not active, or the operation does not match the port type, such as attempting to post a message to a non-message port.

This distinction matters because the sender-side connection may still be present. Recreating only the local handle can leave a channel bound to an unusable destination object.

Useful checks

Microsoft TLFS: port and connection lifetime · Microsoft TLFS: HvCallSignalEvent return values


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

Exit mobile version