Ejemplo n.º 1
0
 public static extern UINT_PTR SetTimer(HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc);
Ejemplo n.º 2
0
 public static extern IntPtr SetTimer(IntPtr hWnd, IntPtr nIDEvent, uint uElapse, TIMERPROC lpTimerFunc);
Ejemplo n.º 3
0
 public static extern UIntPtr SetTimer(HWND hwnd, UIntPtr idTimer, uint uElapse, TIMERPROC proc);
Ejemplo n.º 4
0
 public static extern IntPtr SetCoalescableTimer(HWND hwnd, IntPtr nIDEvent, int uElapse, TIMERPROC lpTimerFunc,
                                                 int uToleranceDelay);
Ejemplo n.º 5
0
 public static extern int SetTimer(IntPtr hWnd, int nIDEvent, int uElapse, TIMERPROC lpTimerFunc);
Ejemplo n.º 6
0
 public static extern IntPtr SetTimer(HWND hWnd, IntPtr nIDEvent, int uElapse, TIMERPROC lpTimerFunc);
Ejemplo n.º 7
0
 public static extern IntPtr SetCoalescableTimer(HWND hwnd, IntPtr nIDEvent, int uElapse, TIMERPROC lpTimerFunc, int uToleranceDelay);