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;
|