Site icon EfmSoft

What does NTSTATUS 0xC0000245 (STATUS_TIMER_RESOLUTION_NOT_SET) mean?

 
Previous Next
STATUS_AUDIT_FAILED STATUS_CONNECTION_COUNT_LIMIT

STATUS_TIMER_RESOLUTION_NOT_SET

The process has no matching timer-resolution request to release

Windows timer-resolution APIs maintain request state that must be balanced by the component that established it. This status indicates that the current process or call path attempted to undo a resolution setting that was not active in the expected scope. It is a lifecycle mismatch rather than a hardware timer failure.

Timer resolution affects power use, scheduling granularity, and system behavior, so libraries should not issue unmatched cleanup calls. Multiple components can request resolutions independently; one component must not assume that a system-wide observed value proves it owns a corresponding request.

What to inspect

References


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

Exit mobile version