C++在VC6中非CWnd类中怎样设置SetTimer及其回调函数?

来源:互联网 发布:windows xp 更新 编辑:程序博客网 时间:2024/06/05 14:46
//xx.hstatic VOID CALLBACK WritePicDisk(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime );//xx.cppVOID CALLBACK CUDPSocket::WritePicDisk(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime ){}//调用SetTimer(NULL,NULL,5000,(TIMERPROC)WritePicDisk);


 

0 0
原创粉丝点击