Site icon EfmSoft

What does NTSTATUS 0xC0000700 (STATUS_PORT_CLOSED) mean?

 
Previous Next
STATUS_CROSS_PARTITION_VIOLATION STATUS_MESSAGE_LOST

STATUS_PORT_CLOSED

The ALPC communication endpoint is no longer usable

ALPC ports represent connection, communication, and server endpoints with lifetimes independent of an individual request. This failure indicates that the endpoint needed for the current operation has closed, usually because the peer exited, disconnected, closed its handle, or teardown won a race with message dispatch.

A closed port is not repaired by resending the same native call on the same handle. The application must decide whether its higher-level service supports reconnection, whether in-flight requests should fail, and whether handles or shared sections attached to those requests require separate cleanup.

What to inspect

References


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

Exit mobile version