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.

159 lines
3.4 KiB

  1. /********************
  2. WinError2000.h
  3. This file is used to define the Error codes that are not part of NT4 WinError.h
  4. Please remove this file when we start building with Win2000 SDK.
  5. */
  6. //
  7. // MessageId: ERROR_DS_UNWILLING_TO_PERFORM
  8. //
  9. // MessageText:
  10. //
  11. // The server is unwilling to process the request.
  12. //
  13. #define ERROR_DS_UNWILLING_TO_PERFORM 8245L
  14. //
  15. // MessageId: ERROR_DS_SERVER_DOWN
  16. //
  17. // MessageText:
  18. //
  19. // The server is not operational.
  20. //
  21. #define ERROR_DS_SERVER_DOWN 8250L
  22. //
  23. // MessageId: ERROR_DS_MASTERDSA_REQUIRED
  24. //
  25. // MessageText:
  26. //
  27. // The operation must be performed at a master DSA.
  28. //
  29. #define ERROR_DS_MASTERDSA_REQUIRED 8314L
  30. //
  31. // MessageId: ERROR_DS_INSUFF_ACCESS_RIGHTS
  32. //
  33. // MessageText:
  34. //
  35. // Insufficient access rights to perform the operation.
  36. //
  37. #define ERROR_DS_INSUFF_ACCESS_RIGHTS 8344L
  38. //
  39. // MessageId: ERROR_DS_DST_DOMAIN_NOT_NATIVE
  40. //
  41. // MessageText:
  42. //
  43. // Destination domain must be in native mode.
  44. //
  45. #define ERROR_DS_DST_DOMAIN_NOT_NATIVE 8496L
  46. //
  47. // MessageId: ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
  48. //
  49. // MessageText:
  50. //
  51. // The connection between client and server requires packet privacy or better.
  52. //
  53. #define ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION 8533L
  54. // MessageId: ERROR_DS_SOURCE_DOMAIN_IN_FOREST
  55. //
  56. // MessageText:
  57. //
  58. // The source domain may not be in the same forest as destination.
  59. //
  60. #define ERROR_DS_SOURCE_DOMAIN_IN_FOREST 8534L
  61. //
  62. // MessageId: ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
  63. //
  64. // MessageText:
  65. //
  66. // The destination domain must be in the forest.
  67. //
  68. #define ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST 8535L
  69. //
  70. // MessageId: ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
  71. //
  72. // MessageText:
  73. //
  74. // The operation requires that destination domain auditing be enabled.
  75. //
  76. #define ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED 8536L
  77. //
  78. // MessageId: ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
  79. //
  80. // MessageText:
  81. //
  82. // The operation couldn't locate a DC for the source domain.
  83. //
  84. #define ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN 8537L
  85. //
  86. // MessageId: ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
  87. //
  88. // MessageText:
  89. //
  90. // The source object must be a group or user.
  91. //
  92. #define ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER 8538L
  93. //
  94. // MessageId: ERROR_DS_SRC_SID_EXISTS_IN_FOREST
  95. //
  96. // MessageText:
  97. //
  98. // The source object's SID already exists in destination forest.
  99. //
  100. #define ERROR_DS_SRC_SID_EXISTS_IN_FOREST 8539L
  101. //
  102. // MessageId: ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
  103. //
  104. // MessageText:
  105. //
  106. // The source and destination object must be of the same type.
  107. //
  108. #define ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH 8540L
  109. #define ERROR_DS_SOURCE_AUDITING_NOT_ENABLED 8552L
  110. #define ERROR_DS_MUST_BE_RUN_ON_DST_DC 8558L
  111. #define ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER 8559L
  112. //
  113. // MessageId: ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
  114. //
  115. // MessageText:
  116. //
  117. // Cross-domain move of account groups is not allowed.
  118. //
  119. #define ERROR_DS_CANT_MOVE_ACCOUNT_GROUP 8498L
  120. //
  121. // MessageId: ERROR_DS_CANT_MOVE_RESOURCE_GROUP
  122. //
  123. // MessageText:
  124. //
  125. // Cross-domain move of resource groups is not allowed.
  126. //
  127. #define ERROR_DS_CANT_MOVE_RESOURCE_GROUP 8499L
  128. // MessageId: ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
  129. //
  130. // MessageText:
  131. //
  132. // Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
  133. //
  134. #define ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS 8493L