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.
|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.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
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN HMRES_BADWMI "Data Collector in Unknown State because of invalid WMI target namespace." HMRES_OBJECTNOTFOUND "Data Collector in Unknown State. WMI object not found." HMRES_NOINST "Data Collector in Unknown State. No instance(s) found." HMRES_ENUMFAIL "Data Collector in Unknown State. Enumeration failed. Object not found." HMRES_TIMEOUT "Data Collector in Unknown State. Timeout reached." HMRES_UNKNOWN "Data Collector in Unknown State." HMRES_NODATA "Data Collector in No Data State." HMRES_SCHEDULEDOUT "Data Collector in Scheduled Outage State." HMRES_DISABLED "Data Collector in Disabled State." HMRES_NULLVALUE "NULL value returned for the property this Threshold is looking at." HMRES_DCUNKNOWN "Parent Data Collector in Unknown State." HMRES_TOOMANYINSTS "Too many instances returned. Try specifying a specific instance." HMRES_BADTHRESHPROP "UnKnown State. Threshold looking as a Property that doesn't exist in DataCollector Instance." END
//+---------------------------------------------------------------------------- // // Version // //-----------------------------------------------------------------------------
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT_UNKNOWN #define VER_FILEDESCRIPTION_STR "Windows Health Monitor WMI Provider" #define VER_INTERNALNAME_STR "hmonres" #define VER_LEGALCOPYRIGHT_YEARS "1998 - 2000" #define VER_ORIGINALFILENAME_STR "hmonres.dll"
#include <ntverp.h> #include <common.ver> #endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|