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.
|
|
//Microsoft Developer Studio generated resource script. // //#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "strings.h" #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS #include "ntverp.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
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN PARSING_MSG "Parsing MOF file: %ls\n" ERROR_SYNTAX "%ls (%d): error SYNTAX 0X%04x: %ls\n" SUCCESS "MOF file has been successfully parsed\n" SYNTAX_CHECK_COMPLETE "Syntax check complete.\n" STORING_BMOF "Storing Binary MOF data in %ls\n" STORING_DATA "Storing data in the repository...\n" END
STRINGTABLE DISCARDABLE BEGIN CANT_FIND_CLASS_NAME "Could not find class name" INVALID_AUTORECOVER "Error, cannot combine autorecover with current flags/pragmas" END
STRINGTABLE DISCARDABLE BEGIN SAFE_ARRAY_ERROR "\nUnexpected error getting safe array data" UNEXPECTED_EOF "(%d): error: unexpected end of file found in comment\n" COMMENT_ERROR "(%d): error: ""*\\"" found outside of comment\n" PREPROCESSOR "PREPROCESSOR COMMANDS ARE NOT SUPPORTED.\n" NO_TYPEDEFS "TYPEDEFs ARE NOT SUPPORTED.\n" ALIAS_PROP_ERROR "\nError resolving alias for property %ls" BAD_PROP_TYPE "\nError, property %ls is not of any known type.\n" FILE_CREATE_FAILED "Failed trying to create file %ls" FILE_WRITE_FAILED "Failed trying to write to file %ls, error = 0x%0x" ERROR_FORMAT "0X%04x " CR "\n" END
STRINGTABLE DISCARDABLE BEGIN WMI_LAUNCH_ERROR "Error launching wmimofck.exe, Last error = 0x%0x" COMPRESSION_FAILED "MRCI Level1 compression failed" ERROR_FORMATEX "Error code: 0x%08X" ERROR_FORMAT_LONG "Error Number: 0x%x, Facility: %ls\nDescription: %ls" INVALID_BMOF_OBJECT_TYPE "Invalid object type found in BINARY MOF object, possibly caused by old format file" END
STRINGTABLE DISCARDABLE BEGIN ERROR_OPENING "An error occurred while opening the namespace for object %d defined on lines %d - %d:\n" ERROR_OPENING_NO_LINES "An error occurred while opening the namespace for object %d:\n" ERROR_CREATING "An error occurred while creating object %d defined on lines %d - %d:\n" ERROR_CREATING_NO_LINES "An error occurred while creating object %d:\n" ERROR_STORING "An error occurred while processing item %d defined on lines %d - %d in file %ls:\n" ERROR_STORING_NO_LINES "An error occurred while processing item %d:\n" ERROR_RESOLVING "An error occurred while resolving the alias for object %d defined on lines %d - %d:\n" ERROR_RESOLVING_NO_LINES "An error occurred while resolving the alias for object %d:\n" ERROR_INCLUDING_BINARY "Error, tried to include file <%ls> which is binary.\n" ERROR_INCLUDING_ABSENT "Error, cannot open included file <%ls>.\n" END
STRINGTABLE DISCARDABLE BEGIN ERROR_RECURSIVE_INCLUDE "Error, cannot recursively include file <%ls>.\n" ERRCTX_INVALID_DELETECLASS_SYNTAX "Invalid delete class syntax, should be #pragma deleteclass(""class"", FAIL|NOFAIL)" BMOF_INCOMPATIBLE "Error, binary mof output cannot contain ""deleteclass"" or ""deleteinstance"" pragmas.\n" END
STRINGTABLE DISCARDABLE BEGIN 0x80041002 "Class, instance, or property '%ls' was not found.\n" 0x80041005 "The value specified for property '%ls' conflicts with the declaration of the property.\n" END
STRINGTABLE DISCARDABLE BEGIN 0x8004101a "Qualifier '%ls' may not be overriden.\n" 0x8004101b "Qualifier '%ls' is inherited.\n" END
STRINGTABLE DISCARDABLE BEGIN 0x8004102b "The value of property '%ls' is out of range.\n" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED #include <windows.h> #include <ntverp.h>
#define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "WMI" #define VER_INTERNALNAME_STR "mofd.dll" #define VER_ORIGINALFILENAME_STR "mofd.dll"
#include "common.ver"
|