home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / smart21b.zip / SAMPLES / WIN32OS2 / TIME.H < prev   
Text File  |  1994-01-13  |  422b  |  10 lines

  1. #define IDM_STARTCALLBACK   0x1000
  2. #define IDM_START           0x1001
  3. #define IDM_STOP            0x1002
  4.  
  5. int PASCAL WinMain (HANDLE hInst, HANDLE hInstPrev, LPSTR lpstrCmdLine, 
  6.                     int cmdShow);
  7. LONG FAR PASCAL MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
  8. WORD FAR PASCAL TimerCallbackProc (HWND hWnd, WORD msg, int idEvent, 
  9.                                    DWORD dwtime);
  10.