
技术应用
堆砌自己的代码小屋
要看银山拍天浪,开窗放入大海来
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
timeSetEvent()函数
timeSetEvent()函数MMRESULT timeSetEvent( UINT uDelay, UINT uResolution, LPTIMECALLBACK lpTimeProc,转载 2015-11-07 19:56:54 · 656 阅读 · 1 评论 -
C#调用timeSetEvent
using System;using System.Diagnostics;using System.Runtime.InteropServices;public class MMTimer : IDisposable { //Lib API declarations [DllImport("Winmm.dll", CharSet = CharSet.Auto)]转载 2015-11-07 20:00:51 · 2161 阅读 · 0 评论