//+---------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1997 - 2000 // // File: resource.rc // //----------------------------------------------------------------------------- #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS #include "winres.h" #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // REGISTRY // IDR_TrustPrv REGISTRY DISCARDABLE "TrustPrv.rgs" ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_PROJNAME "trustmon" IDS_TRUSTPRV_DESC "TrustMonProvider Class" IDS_MIT_TRUST_STATUS "Non-Windows trusts cannot be verified." IDS_TRUST_STATUS_OK "OK" IDS_TRUST_STATUS_FAILED "The trust could not be verified." IDS_STATUS_INBOUND_ONLY "Inbound-only trusts are verified from the trusting side." IDS_STATUS_NOT_CHECKED "Trust not checked." IDS_STATUS_UNKNOWN "Trust status unknown." IDS_PW_VERIFY_NOT_SUPPORTED "The trusted domain does not support a trust PW check operation." IDS_FIXED_BY_RETARGET "Trust fixed by retargetting the secure channel to another domain controller." IDS_STATUS_REDISCOVER "The secure channel was reset and the trust is OK." END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// //+---------------------------------------------------------------------------- // // Version // //----------------------------------------------------------------------------- #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT_UNKNOWN #define VER_FILEDESCRIPTION_STR "Windows Interdomain Trust Monitor WMI Provider" #define VER_INTERNALNAME_STR "TrustMon" #define VER_LEGALCOPYRIGHT_YEARS "1998 - 2000" #define VER_ORIGINALFILENAME_STR "trustmon.dll" #include #include #include "msg.rc"