What does HRESULT 0x8034000C (ERROR_NDIS_REQUEST_ABORTED) mean?

 
Previous Next
ERROR_NDIS_MULTICAST_NOT_FOUND ERROR_NDIS_RESET_IN_PROGRESS

ERROR_NDIS_REQUEST_ABORTED

ERROR_NDIS_REQUEST_ABORTED The miniport aborted an in-flight NDIS request before it completed. This can happen when the adapter resets, the binding closes, the device powers down, or the operation is explicitly cancelled.

What to check

  • Find the first reset, close, power-state, or removal event before the aborted request.
  • Do not reuse request buffers until the completion or cancellation path owns them again.
  • Retry only after the adapter has returned to a ready state and the request is still meaningful.

Microsoft: NDIS status values

Microsoft: Miniport adapter check-for-hang and reset operations

Microsoft: netsh trace


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