home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
smart21b.zip
/
SAMPLES
/
WIN31OS2
/
TIME.H
< prev
next >
Wrap
Text File
|
1994-01-13
|
422b
|
10 lines
#define IDM_STARTCALLBACK 0x1000
#define IDM_START 0x1001
#define IDM_STOP 0x1002
int PASCAL WinMain (HANDLE hInst, HANDLE hInstPrev, LPSTR lpstrCmdLine,
int cmdShow);
LONG FAR PASCAL MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
WORD FAR PASCAL TimerCallbackProc (HWND hWnd, WORD msg, int idEvent,
DWORD dwtime);