TIMER_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)

typedef enum _TIMER_INFORMATION_CLASS
{
    TimerBasicInformation // TIMER_BASIC_INFORMATION
} TIMER_INFORMATION_CLASS;

#endif
#endif

View code on GitHub

Currently only one information class is available for Timer Object.

TimerBasicInformation

Information buffer is TIMER_BASIC_INFORMATION structure.

Documented by

See also