Leaked source code of windows server 2003
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.

9 lines
493 B

  1. #define IDS_PARSE_ERROR_SWITCH_NOTDEFINED 8001
  2. #define IDS_PARSE_ERROR_SWITCH_VALUE 8002
  3. #define IDS_PARSE_ERROR_UNKNOWN_INPUT_PARAMETER 8003
  4. #define IDS_PARSE_ERROR_MULTIPLE_DEF 8004
  5. #define IDS_PARSE_ERROR_SWICH_NO_VALUE 8005
  6. #define IDS_PARSE_ERROR_UNICODE_NOTDEFINED 8006
  7. #define IDS_PARSE_ERROR_UNICODE_DEFINED 8007
  8. #define IDS_PARSER_FAILED 8008
  9. #define IDS_DISPLAY_HELP 8009