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.

46 lines
2.4 KiB

  1. /*************************************************************************
  2. * *
  3. * ITLOCAL.RC *
  4. * *
  5. * Copyright (C) Microsoft Corporation 1990-1994 *
  6. * All Rights reserved. *
  7. * *
  8. **************************************************************************
  9. * *
  10. * Module Intent *
  11. * Resource File for ITIRCL.DLL *
  12. * *
  13. **************************************************************************
  14. * *
  15. * Current Owner: ErinFox *
  16. * *
  17. *************************************************************************/
  18. #include "cmdint\cierr.rc"
  19. #include "iterr.h"
  20. #include <winver.h>
  21. #include <ntverp.h>
  22. #define VER_FILETYPE VFT_DLL
  23. #define VER_FILESUBTYPE VFT_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Microsoft\256 InfoTech CC Local DLL"
  25. #define VER_INTERNALNAME_STR "ITCC"
  26. #define VER_ORIGINALFILENAME_STR "ITCC.DLL"
  27. #include <common.ver>
  28. STRINGTABLE DISCARDABLE
  29. BEGIN
  30. SVERR_InitNew "%s::InitNew failed: 0x%08X"
  31. SVERR_CoCreateInstance "CoCreateInstance failed for %s: 0x%08X"
  32. SVERR_NoUID "STDPROP_UID was not specified for this document"
  33. SVERR_SetEntry "SetEntry failed for %ls: 0x%08X"
  34. SVERR_DatabaseSave "IITDatabase::Save failed: 0x%08X"
  35. SVERR_IPSTGSave "IPersistStorage::Save failed for %ls: 0x%08X"
  36. SVERR_IPSTMSave "IPersistStreamInit::Save failed for %ls: 0x%08X"
  37. SVERR_ClassFactory "CoGetClassObject failed for %ls: %0x%08X"
  38. SVERR_CreateInstance "IClassFactory::CreateInstance failed for %ls: %08X"
  39. SV_StatusMessage "%s"
  40. SV_BuildComplete "Build complete"
  41. END