摘要: 在控制台应用程序中,SetTimer的函数原型为:UINT_PTR SetTimer( HWND hWnd, // handle to window UINT_PTR nIDEvent, // timer identifier UINT uElapse, // time-out value TIMERPROC lpTimerFunc // timer procedure);具体的解释可以看MSDN,主要是第四个参数,定义的参数类型为 TIMERPROCVOID CALLBACK TimerProc( HWND hwnd, ... 阅读全文
posted @ 2013-04-08 14:12 CBDoctor 阅读(8962) 评论(0) 推荐(2)