home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / smart / samples / win31os2 / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-12  |  422 b   |  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.