Site icon EfmSoft

What does NTSTATUS 0xC000000C (STATUS_TIMER_NOT_CANCELED) mean?

 
Previous Next
STATUS_INVALID_CID STATUS_INVALID_PARAMETER

STATUS_TIMER_NOT_CANCELED

The timer and APC ownership did not match the calling thread

Timers that deliver APC routines carry thread-related ownership constraints. This status indicates that the cancellation or reset path is not executing in the thread context that originally established the APC association. It is not evidence that the timer was already canceled successfully.

Closing surrounding handles or freeing the APC context while the timer remains active can lead to later execution against invalid state. Timer setup, cancellation, and final rundown should be owned by one lifecycle object that can marshal cancellation back to the appropriate thread when required.

What to inspect

References


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

Exit mobile version