TpReleaseTimer - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTTP_H

// winbase:CloseThreadpoolTimer
NTSYSAPI
VOID
NTAPI
TpReleaseTimer(
    _Inout_ PTP_TIMER Timer
    );

#endif

View code on GitHub

NtDoc

Releases the specified timer object.

Related Win32 API

CloseThreadpoolTimer maps directly to this function.

See also