IsThreadpoolTimerSet

Determines whether the specified timer object is currently set.

Syntax

BOOL IsThreadpoolTimerSet(
         PTP_TIMER pti
)  

Parameters

pti
Type: PTP_TIMER 

[in, out] A TP_TIMER structure that defines the timer object. The CreateThreadpoolTimer function returns this structure.

Return value

Type: BOOL 

The return value is TRUE if the timer is set; otherwise, the return value is FALSE.

Requirements

Header: Declared in threadpoolapiset.h.

Library: Use kernelx.lib.