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.

172 lines
4.8 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; wlevents.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for User Profiles Events
  12. ;
  13. ;Author:
  14. ;
  15. ; Johannec 12-08-93
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the wlevents.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef _PROFEVT_
  27. ;#define _PROFEVT_
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. ;
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;//
  37. ;// Winlogon User Profile Events (1000 - 1999)
  38. ;//
  39. ;/////////////////////////////////////////////////////////////////////////
  40. ;
  41. MessageId=1000 Severity=Success SymbolicName=EVENT_PROFILE_LOADED
  42. Language=English
  43. The profile for user %1 was loaded successfully.
  44. .
  45. MessageId=1001 Severity=Informational SymbolicName=EVENT_PROFILE_UNLOADED
  46. Language=English
  47. The profile for user %1 was unloaded successfully.
  48. .
  49. MessageId=1002 Severity=Informational SymbolicName=EVENT_MANDATORY_PROFILE
  50. Language=English
  51. The profile for user %1 is mandatory.
  52. .
  53. MessageId=1003 Severity=Warning SymbolicName=EVENT_MAN_PROFILE_NOT_AVAILABLE
  54. Language=English
  55. The mandatory profile %1 was not found, error = %2.
  56. .
  57. MessageId=1004 Severity=Warning SymbolicName=EVENT_MAN_PROFILE_NO_FILE_ACCESS
  58. Language=English
  59. The user %1 does not have access to the mandatory profile located at %2.
  60. .
  61. MessageId=1005 Severity=Warning SymbolicName=EVENT_MAN_PROFILE_NO_KEY_ACCESS
  62. Language=English
  63. The user %1 does not have read permissions on the keys in the profile %2.
  64. .
  65. MessageId=1006 Severity=Informational SymbolicName=EVENT_DEFAULT_PROFILE_USED
  66. Language=English
  67. The default profile was used for user %1.
  68. .
  69. MessageId=1007 Severity=Error SymbolicName=EVENT_PROFILE_LOAD_FAILED
  70. Language=English
  71. Failed to load the profile %1 for user %2.
  72. .
  73. MessageId=1008 Severity=Error SymbolicName=EVENT_PROFILE_UNLOAD_FAILED
  74. Language=English
  75. Failed to unload the profile for user %1.
  76. .
  77. MessageId=1009 Severity=Error SymbolicName=EVENT_COPY_PROFILE_TO_CENTRAL_FAILED
  78. Language=English
  79. Failed to copy the profile for user %1 back to %2.
  80. .
  81. MessageId=1010 Severity=Error SymbolicName=EVENT_SET_HOME_DIRECTORY_FAILED
  82. Language=English
  83. Failed to set the user's home directory %1.
  84. .
  85. MessageId=1011 Severity=Warning SymbolicName=EVENT_PROFILE_ALREADY_LOADED
  86. Language=English
  87. The profile for user %1 is already loaded due to a previous unload failure. The profile will appear in the state in was during the last logon session.
  88. .
  89. MessageId=1012 Severity=Error SymbolicName=EVENT_PROFILE_NOT_LOADED
  90. Language=English
  91. Failed to load the profile %1 for user %2. See below for error code.
  92. .
  93. MessageId=1013 Severity=Warning SymbolicName=EVENT_CENTRAL_PROFILE_NOT_AVAILABLE
  94. Language=English
  95. The central profile %1 for user %2 is not available. See error code below.
  96. .
  97. MessageId=1014 Severity=Error SymbolicName=EVENT_COPY_USER_DEFAULT_FAILED
  98. Language=English
  99. Failed to copy the user default profile to a local copy for user %1.
  100. .
  101. MessageId=1015 Severity=Error SymbolicName=EVENT_SAVE_SYSTEM_DEFAULT_FAILED
  102. Language=English
  103. Failed to save the system default profile to a local profile for user %1.
  104. .
  105. MessageId=1016 Severity=Error SymbolicName=EVENT_SET_PROFILE_SECURITY_FAILED
  106. Language=English
  107. Failed to set the proper security in user's copy of the default profile for user %1. The profile can not be loaded.
  108. .
  109. MessageId=1017 Severity=Error SymbolicName=EVENT_LOAD_DEFAULT_COPY_FAILED
  110. Language=English
  111. The user %1 was given a copy of the default profile but loading the profile failed.
  112. .
  113. MessageId=1018 Severity=Informational SymbolicName=EVENT_NO_UPDATE_CENTRAL_PROFILE
  114. Language=English
  115. The central profile %1 for user %2 is not updated. No central profile updates are allowed from this computer.
  116. .
  117. MessageId=1019 Severity=Warning SymbolicName=EVENT_LOAD_LOCAL_PROFILE_FAILED
  118. Language=English
  119. Failed to load the local cached profile for user %1.
  120. .
  121. MessageId=1020 Severity=Informational SymbolicName=EVENT_UPDATE_FROM_CENTRAL
  122. Language=English
  123. The central profile %1 was copied over the user's cached profile.
  124. .
  125. MessageId=1021 Severity=Informational SymbolicName=EVENT_UPDATE_FROM_LOCAL
  126. Language=English
  127. The user's cached profile was copied over the central profile %1.
  128. .
  129. MessageId=1022 Severity=Warning SymbolicName=EVENT_UPDATE_FROM_CENTRAL_FAILED
  130. Language=English
  131. Failed to copy the central profile %1 over the user's cached profile.
  132. .
  133. MessageId=1023 Severity=Warning SymbolicName=EVENT_UPDATE_FROM_LOCAL_FAILED
  134. Language=English
  135. Failed to copy the user's cached profile over the central profile %1.
  136. .
  137. MessageId=1024 Severity=Informational SymbolicName=EVENT_AUTOCHK_DATA
  138. Language=English
  139. %1
  140. .
  141. ;
  142. ;#endif // _PROFEVT_
  143. ;