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.

21 lines
553 B

  1. typedef unsigned char far *ULPSTR;
  2. #define PARSE_DIRECTORYNAME -1
  3. #define PARSE_INVALIDDRIVE -2
  4. #define PARSE_INVALIDPERIOD -3
  5. #define PARSE_MISSINGDIRCHAR -4
  6. #define PARSE_INVALIDCHAR -5
  7. #define PARSE_INVALIDDIRCHAR -6
  8. #define PARSE_INVALIDSPACE -7
  9. #define PARSE_EXTENTIONTOOLONG -8
  10. #define PARSE_FILETOOLONG -9
  11. #define PARSE_EMPTYSTRING -10
  12. #define PARSE_WILDCARDINDIR -11
  13. #define PARSE_WILDCARDINFILE -12
  14. #define PARSE_INVALIDNETPATH -13
  15. #if DBCS
  16. #define MAX_DIRNAME 128
  17. #else
  18. #define MAX_DIRNAME 64
  19. #endif