示例#1
0
文件: API.cs 项目: jpbruyere/opentk
 public static extern BOOL KillTimer(HWND hWnd, UINT_PTR uIDEvent);
示例#2
0
文件: API.cs 项目: jpbruyere/opentk
 public static extern UINT_PTR SetTimer(HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc);