What does HRESULT 0x8034002A (ERROR_NDIS_PAUSED) mean?

 
Previous Next
ERROR_NDIS_INVALID_ADDRESS ERROR_NDIS_INTERFACE_NOT_FOUND

ERROR_NDIS_PAUSED

ERROR_NDIS_PAUSED The requested offload work cannot continue because the interface is paused. Pause can be part of normal NDIS lifecycle handling during reconfiguration, power management, or a temporary data-path transition.

What to check

  • Check whether the miniport is paused because of a reset, binding change, or power transition.
  • Resume or retry only after the adapter reports a compatible running state.
  • For a driver, complete the pause and restart transitions before accepting new offload work.

Microsoft: NDIS status values

Microsoft: NDIS power management enhancements

Microsoft: !ndiskd.netadapter


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