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.

72 lines
2.3 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 2000
  6. //
  7. // File: resource.rc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #include "resource.h"
  11. #define APSTUDIO_READONLY_SYMBOLS
  12. #include "winres.h"
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // REGISTRY
  24. //
  25. IDR_TrustPrv REGISTRY DISCARDABLE "TrustPrv.rgs"
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // String Table
  29. //
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32. IDS_PROJNAME "trustmon"
  33. IDS_TRUSTPRV_DESC "TrustMonProvider Class"
  34. IDS_MIT_TRUST_STATUS "Non-Windows trusts cannot be verified."
  35. IDS_TRUST_STATUS_OK "OK"
  36. IDS_TRUST_STATUS_FAILED "The trust could not be verified."
  37. IDS_STATUS_INBOUND_ONLY "Inbound-only trusts are verified from the trusting side."
  38. IDS_STATUS_NOT_CHECKED "Trust not checked."
  39. IDS_STATUS_UNKNOWN "Trust status unknown."
  40. IDS_PW_VERIFY_NOT_SUPPORTED "The trusted domain does not support a trust PW check operation."
  41. IDS_FIXED_BY_RETARGET "Trust fixed by retargetting the secure channel to another domain controller."
  42. IDS_STATUS_REDISCOVER "The secure channel was reset and the trust is OK."
  43. END
  44. #endif // English (U.S.) resources
  45. /////////////////////////////////////////////////////////////////////////////
  46. //+----------------------------------------------------------------------------
  47. //
  48. // Version
  49. //
  50. //-----------------------------------------------------------------------------
  51. #define VER_FILETYPE VFT_DLL
  52. #define VER_FILESUBTYPE VFT_UNKNOWN
  53. #define VER_FILEDESCRIPTION_STR "Windows Interdomain Trust Monitor WMI Provider"
  54. #define VER_INTERNALNAME_STR "TrustMon"
  55. #define VER_LEGALCOPYRIGHT_YEARS "1998 - 2000"
  56. #define VER_ORIGINALFILENAME_STR "trustmon.dll"
  57. #include <ntverp.h>
  58. #include <common.ver>
  59. #include "msg.rc"