mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
8 lines
192 B
PHP
8 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;
|