Files
lazarus-ccr/components/lclextensions/include/generic/timerfunctions.inc
2014-09-10 12:46:38 +00:00

9 lines
192 B
PHP
Executable File

function KillTimer(hWnd:THandle; nIDEvent: LongWord):Boolean;
begin
end;
function SetTimer(hWnd:THandle; nIDEvent:LongWord; uElapse:LongWord; lpTimerFunc:TTimerNotify): LongWord;
begin
end;