home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************
-
- Copyright 1993 Northeast Data Corp. All Rights Reserved
-
- *******************************************************************/
-
- /*
- * Scraper.h
- *
- * Contains definitions specific to the Scraper control test
- * application, such as control identifiers, menu item
- * identifiers, and internal function prototypes.
- *
- */
-
-
- //Menu identifiers.
- #define IDM_EXIT 100
-
- // Window identifiers
- #define IDC_SCRAPE 200
- #define IDC_CONFIGURE 201
- #define IDC_DATA 202
-
- //Function prototypes.
- long FAR PASCAL testWndProc(HWND, UINT, WPARAM, LPARAM);
-