OSDN Git Service

import
[hos/hos-v4a.git] / sample / win / win32 / wintimer.h
1 /** 
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  wintimer.h
5  * @brief %jp{Windows用のタイマ}%en{Windows timer object}
6  *
7  * @version $Id: wintimer.h,v 1.1 2006-08-16 16:27:04 ryuz Exp $
8  *
9  * Copyright (C) 1998-2006 by Project HOS
10  * http://sourceforge.jp/projects/hos/
11  */
12
13
14
15 #ifndef __wintimer_h__
16 #define __wintimer_h__
17
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 void WinTimer_Start(INHNO inhno, int iInterval);        /** %jp{タイマ動作開始} */
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29
30
31 #endif  /* __wintimer_h__ */
32
33
34
35 /* end of file */