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.

48 lines
2.4 KiB

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include <winver.h>
  4. #include "resource.h"
  5. #include <ntverp.h>
  6. #define VER_FILETYPE VFT_DLL
  7. #define VER_FILESUBTYPE VFT2_UNKNOWN
  8. #define VER_FILEDESCRIPTION_STR "Secondary Logon Service Notification DLL"
  9. #define VER_INTERNALNAME_STR "SCLGNTFY.DLL"
  10. #define VER_ORIGINALFILENAME_STR "SCLGNTFY.DLL"
  11. #include "common.ver"
  12. #include "uevents.rc"
  13. STRINGTABLE
  14. BEGIN
  15. IDS_FAILED_GET_DSROLE "Error %d to get DsRolePrimaryDomainInfo."
  16. IDS_ERROR_LOAD_USERENV "Error %d to load userenv.dll."
  17. IDS_ERROR_GET_PROC_ADDR "Error %d to get procedure address of RefreshPolicy."
  18. IDS_ERROR_CREATE_GPO_INSTANCE "Error %x to create a group policy object instance."
  19. IDS_ERROR_OPEN_LPO "Error %x to open LocalMachinePolicy."
  20. IDS_ERROR_GET_REGISTRY_KEY "Error %x GetRegistryKey."
  21. IDS_ERROR_OPEN_EFSKEY "Error %d to create/open EFS policy key."
  22. IDS_ERROR_CREATE_EFSBLOB "Error %d to create recovery policy blob."
  23. IDS_ERROR_SAVE_EFSBLOB "Error %d to save recovery policy blob to registry."
  24. IDS_ERROR_SAVE_LPO "Error %x to save local machine policy."
  25. IDS_ERROR_GET_DSROOT "Error %d to get the DS root name."
  26. IDS_ERROR_BIND_DS "Error %d to open and bind to DS."
  27. IDS_DEFAULT_EFS_POLICY "Domain EFS Recovery Policy"
  28. IDS_DEFAULT_DOMAIN_POLICY "Domain Default Policy"
  29. IDS_ERROR_LINK_GPO "Error %x to link GPO : %s to domain %s."
  30. IDS_ERROR_NO_MEMORY "Not enough memory to process this command."
  31. IDS_ERROR_GET_EFS_GPOPATH "Error %x to get ADSI path of the EFS policy."
  32. IDS_ERROR_GET_DEFAULT_GPOPATH "Error %x to get ADSI path of the domain account policy."
  33. IDS_ERROR_NEW_GPO "Error %x to open GPO %s in domain %s."
  34. IDS_ERROR_GETGPO_FILE_PATH "Error %x to get file system path for GPO %s."
  35. IDS_ERROR_CREATE_DIRECTORY "Error %d to create directory %s."
  36. IDS_ERROR_COPY_TEMPLATE "Error %d to copy the default template to %s."
  37. IDS_ERROR_GETGPO_REGKEY "Error %x to get registry key for GPO %s."
  38. IDS_ERROR_SAVE_GPO "Error %x to save GPO %s."
  39. IDS_ERROR_ADD_CERTIFICATE "Error %d to add recovery certificate to the EFS store."
  40. END