L
liboyang_bj
Unregistered / Unconfirmed
GUEST, unregistred user!
我在DLL编写了一个函数,在这个函数的运行过程中,我想让这个函数调用另外一个
过程,同时此函数暂时停止运行3秒,3秒后继续运行,请问该如何编写?
例如
function DoMe():Integer
stdcall
export;
begin
step1;
step2;
Other()
//运行Other过程;
此处挂起三秒后继续远行
step3;
step4;
end;
过程,同时此函数暂时停止运行3秒,3秒后继续运行,请问该如何编写?
例如
function DoMe():Integer
stdcall
export;
begin
step1;
step2;
Other()
//运行Other过程;
此处挂起三秒后继续远行
step3;
step4;
end;