Determines whether the specified timer object is currently set.
BOOL IsThreadpoolTimerSet(
PTP_TIMER pti
)
pti
Type: PTP_TIMERÂ
[in, out] A TP_TIMER structure that defines the timer object. The CreateThreadpoolTimer function returns this structure.
Type: BOOLÂ
The return value is TRUE if the timer is set; otherwise, the return value is FALSE.
Header: Declared in threadpoolapiset.h.
Library: Use kernelx.lib.