mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-20 14:26:24 +02:00
9 lines
192 B
PHP
9 lines
192 B
PHP
|
|
function KillTimer(hWnd:THandle; nIDEvent: LongWord):Boolean;
|
|
begin
|
|
end;
|
|
|
|
function SetTimer(hWnd:THandle; nIDEvent:LongWord; uElapse:LongWord; lpTimerFunc:TTimerNotify): LongWord;
|
|
begin
|
|
end;
|