home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rwp15.zip / FILESRCH.H < prev    next >
Text File  |  1993-03-24  |  748b  |  23 lines

  1. /* --------------------------------------------------------------------
  2.                         File Search Header File
  3.                               Chapter 15
  4.  
  5.                     Real World Programming for OS/2
  6.              Copyright (c) 1993 Blain, Delimon, and English
  7. -------------------------------------------------------------------- */
  8.  
  9. /* Exported Function */
  10. MRESULT EXPENTRY FileSearchDlgProc  (HWND,ULONG,MPARAM,MPARAM);
  11.  
  12. VOID DoFileSearch (HWND);
  13.  
  14. /* FileSearch Dialog Controls             */
  15.  
  16. #define IDC_DRIVELIST           300
  17.  
  18. #define IDC_FILENAME            400
  19. #define IDC_DIRLIST             401
  20. #define IDC_CURRENTDIR          402
  21. #define IDC_SEARCHING           403
  22. #define IDC_SEARCH              404
  23.