JCL Help:TFNTimerAPCRoutine

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Timer callback routine.


Parameters

Parameters Description
Arg Application defined value as passed to SetTimerApc.
TimerLow Low order 32-bits of the UTC based time when the timer was signaled. This value corresponds to the dwLowDateTime value of a TFileTime record.
Apc High order 32-bits of the UTC based time when the timer was signaled. This value corresponds to the dwHighDateTime value of a TFileTime record.


Description

TFNTimerAPCRoutine is used as the callback routine for waitable timers. The procedure is executed when the waitable timer becomes signaled in the context of the thread that activated the timer using the SetTimer or SetTimerApc method. However, that thread must be in an alertable state or the completion routine will be cancelled.


See Also

SetTimerApc


About

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page