Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
365 B

  1. /* demmsg.h - debug message numbers for DEM
  2. *
  3. * Modification History
  4. *
  5. * Sudeepb 31-Mar-1991 Created
  6. */
  7. #define MSG_DEFAULTDOS 0
  8. #define MSG_PARTIALREAD 1
  9. #define MSG_OPENFAILED 2
  10. #define MSG_EAS 3
  11. #define MSG_DEFAULT_DRIVE 4
  12. #define MSG_VOLID 5
  13. #define MSG_TIMEDATE 6
  14. #define MSG_INVALID_HFIND 7
  15. #define MSG_FILEINFO 8
  16. #define MSG_FILESIZE_TOOBIG 9