home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / commands / wizfiler.lzh / WizardFiler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-05  |  494 b   |  18 lines

  1. /* WizardFiler 1.00  21-Sep-1991  by Stefan Zeiger */
  2.  
  3. /* What WizardFiler() will return: */
  4. #define LOAD    500
  5. #define SAVE    600
  6. #define DELETE  700
  7. #define CANCEL  800
  8. #define QUIT    900
  9. #define PANIC  1000
  10.  
  11. /* The minimum size of the strings: */
  12. #define DRAWER_LENGTH 100 /*  100 characters including NULL. */
  13. #define FILE_LENGTH    30 /*   30           -"-              */
  14. #define TOTAL_LENGTH  130 /*  130           -"-              */
  15.  
  16. /* The function */
  17. extern USHORT WizardFiler();
  18.