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.

24 lines
683 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: stringid.h
  3. *
  4. * Copyright (c) 1991-1993, Microsoft Corporation
  5. *
  6. * Defines resource ids
  7. *
  8. * History:
  9. * 15-03-93 andreva Created.
  10. \***************************************************************************/
  11. //
  12. // Strings
  13. //
  14. #define IDS_INVALID_DISPLAY 1600
  15. #define IDS_VMAPPLET 1601
  16. #define IDS_DISPLAYAPPLET 1602
  17. #define IDS_FAILING_WORKINGDIR 1603
  18. #define IDS_FAILING_SHELLCOMMAND 1604
  19. #define IDS_ERROR_WORKINGDIR 1605
  20. #define IDS_ERROR_SHELLCOMMAND 1606
  21. #define IDS_ERROR_SHELL_FAILED 1607
  22. #define IDS_LOGON_FAILED 1608