home *** CD-ROM | disk | FTP | other *** search
- #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);
-