Beispiel #1
0
 public static extern int timeSetEvent(int uDelay, int uResolution, TIMECALLBACK fptc, IntPtr dwUser, int fuEvent);
Beispiel #2
0
 private static extern uint timeSetEvent(uint uDelay,
                                         uint uResolution,
                                         TIMECALLBACK lpFunction,
                                         uint dwUser,
                                         uint uFlags);
Beispiel #3
0
 //建立事件关联
 public static void RC_Build()
 {
     timeCallBack += new TIMECALLBACK(SysPLC);
 }
Beispiel #4
0
 public static extern uint timeSetEvent(uint uDelay, uint uResolution, ref TIMECALLBACK fptc, uint dwUser, uint fuEvent);