vc++6.0 settimer函数是怎么用的啊,能给个例子在讲解一下行么
展开全部
如果函数成功,则返回新定时器的标识符。应用程序可以将这个值传递给KillTimer成员函数以销毁定时器。如果成功,则返回非零值;否则返回0。
ParametersnIDEventSpecifiesanonzerotimeridentifier.
指定了不为零的定时器标识符。
nElapseSpecifiesthetime-outvalue,inmilliseconds.
指定了定时值;以毫秒为单位。
lpfnTimerSpecifiestheaddressoftheapplication-suppliedTimerProccallbackfunctionthatprocessestheWM_TIMERmessages.IfthisparameterisNULL,theWM_TIMERmessagesareplacedintheapplication’smessagequeueandhandledbytheCWndobject.
指定了应用程序提供的TimerProc回调函数的地址,该函数被用于处理WM_TIMER消息。如果这个参数为NULL,则WM_TIMER消息被放入应用程序的消息队列并由CWnd对象来处理。
RemarksInstallsasystemtimer.Atime-outvalueisspecified,andeverytimeatime-outoccurs,thesystempostsaWM_TIMERmessagetotheinstallingapplication’smessagequeueorpassesthemessagetoanapplication-definedTimerProccallbackfunction.
这个函数设置一个系统定时器。指定了一个定时值,每当发生超时,则系统就向设置定时器的应用程序的消息队列发送一个WM_TIMER消息,或者将消息传递给应用程序定义的TimerProc回调函数。
ThelpfnTimercallbackfunctionneednotbenamedTimerProc,butitmustbedefinedasfollows:
lpfnTimer回调函数不需要被命名为TimerProc,但是它必须按照如下方式定义
voidCALLBACKEXPORTTimerProc(
HWNDhWnd,//handleofCWndthatcalledSetTimer
调用SetTimer的CWnd的句柄
UINTnMsg,//WM_TIMER
UINTnIDEvent//timeridentification定时器标识
定时器是有限的全局资源;因此对于应用程序来说,检查SetTimer返回的值以确定定时器是否可用是很重要的。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询