home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / cscrap / test.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-11  |  681 b   |  27 lines

  1. /******************************************************************
  2.  
  3.       Copyright 1993 Northeast Data Corp.  All Rights Reserved
  4.  
  5. *******************************************************************/
  6.  
  7. /*
  8.  * Scraper.h
  9.  *
  10.  * Contains definitions specific to the Scraper control test
  11.  * application, such as control identifiers, menu item
  12.  * identifiers, and internal function prototypes.
  13.  *
  14.  */
  15.  
  16.  
  17.    //Menu identifiers.
  18. #define IDM_EXIT           100
  19.  
  20.    // Window identifiers
  21. #define IDC_SCRAPE         200
  22. #define IDC_CONFIGURE      201
  23. #define IDC_DATA           202
  24.  
  25.    //Function prototypes.
  26. long     FAR PASCAL testWndProc(HWND, UINT, WPARAM, LPARAM);
  27.