home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / WINDOWS / MISC / FRACTALS.ZIP / TERMITE.ZIP / FILEOPEN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-29  |  229 b   |  11 lines

  1. /* Control IDs */
  2.  
  3. #define     IDC_FILENAME  9000
  4. #define     IDC_EDIT      9001
  5. #define     IDC_FILES     9002
  6. #define     IDC_PATH      9003
  7. #define     IDC_LISTBOX   9004
  8.  
  9. int GetFileName(HANDLE, HWND, PSTR, PSTR);
  10.  
  11.