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.

88 lines
3.2 KiB

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. scedllrc.h
  5. Abstract:
  6. This module defines resource IDs for strings
  7. Author:
  8. Jin Huang (Jinhuang) 17-Sept.-1997
  9. Revision History:
  10. --*/
  11. #ifndef __commonrc__
  12. #define __commonrc__
  13. #define IDS_EVERYONE 17553
  14. #define IDS_NAME_LOCAL 17554
  15. #define IDS_CREATOR_OWNER 17555
  16. #define IDS_CREATOR_GROUP 17556
  17. #define IDS_CREATOR_OWNER_SERVER 17557
  18. #define IDS_CREATOR_GROUP_SERVER 17558
  19. #define IDS_NT_PSEUDO_DOMAIN 17559
  20. #define IDS_DIALUP 17560
  21. #define IDS_NETWORK 17561
  22. #define IDS_BATCH 17562
  23. #define IDS_INTERACTIVE 17563
  24. #define IDS_SERVICE 17564
  25. #define IDS_ANONYMOUS_LOGON 17565
  26. #define IDS_PROXY 17566
  27. #define IDS_ENTERPRISE_DOMAIN 17667
  28. #define IDS_NAME_SELF 17568
  29. #define IDS_AUTHENTICATED_USERS 17569
  30. #define IDS_RESTRICTED 17570
  31. #define IDS_TERMINAL_SERVER_USER 17571
  32. #define IDS_ADMINISTRATORS 17572
  33. #define IDS_NAME_USERS 17573
  34. #define IDS_NAME_GUESTS 17574
  35. #define IDS_POWER_USERS 17575
  36. #define IDS_ACCOUNT_OPERATORS 17576
  37. #define IDS_SERVER_OPERATORS 17577
  38. #define IDS_PRINT_OPERATORS 17578
  39. #define IDS_BACKUP_OPERATORS 17579
  40. #define IDS_REPLICATOR 17580
  41. #define IDS_LOCALSERVICE 17581
  42. #define IDS_NETWORKSERVICE 17582
  43. #define IDS_REMOTE_DESKTOP_USERS 17583
  44. #define IDS_NETWORK_CONFIGURATION_OPERATORS 17584
  45. #define IDS_LOCAL_SYSTEM 17585
  46. #define IDS_RAS_SERVERS 17586
  47. #define IDS_PREW2KCOMPACCESS 17587
  48. #define SCEERR_ADD 17600
  49. #define SCEERR_ADD_MEMBEROF 17601
  50. #define SCEERR_ADD_MEMBERS 17602
  51. #define SCEERR_ADDTO 17603
  52. #define SCEERR_BUILD_OBJECT 17604
  53. #define SCEERR_BUILD_SD 17605
  54. #define SCEERR_CANT_FIND_DATATYPE 17606
  55. #define SCEERR_CANT_FIND_KEYWORD 17607
  56. #define SCEERR_CANT_FIND_SECTION 17608
  57. #define SCEERR_CONVERT_LDAP 17609
  58. #define SCEERR_CREATE 17610
  59. #define SCEERR_ERROR_CREATE 17611
  60. #define SCEERR_INVALID_PATH 17612
  61. #define SCEERR_INVALID_PRIVILEGE 17613
  62. #define SCEERR_MORE_OBJECTS 17614
  63. #define SCEERR_NOT_EXPECTED 17615
  64. #define SCEERR_OBJECT_FIELDS 17616
  65. #define SCEERR_OPEN 17617
  66. #define SCEERR_OPEN_ID 17618
  67. #define SCEERR_PROCESS_OBJECT 17619
  68. #define SCEERR_QUERY_INFO 17620
  69. #define SCEERR_QUERY_PRIVILEGE 17621
  70. #define SCEERR_QUERY_VALUE 17622
  71. #define SCEERR_REGVALUE_FIELDS 17623
  72. #define SCEERR_SET_SECURITY 17624
  73. #define SCEERR_WRITE_INFO 17625
  74. #endif