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.

77 lines
1.9 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: certenc.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #include "resource.h"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Certificate Services Encoding"
  16. #define VER_INTERNALNAME_STR "CertEnc"
  17. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  18. #ifdef APSTUDIO_INVOKED
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // TEXTINCLUDE
  22. //
  23. 1 TEXTINCLUDE DISCARDABLE
  24. BEGIN
  25. "resource.h\0"
  26. END
  27. 2 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "#include ""winnt.h""\r\n"
  30. "\0"
  31. END
  32. 3 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "1 TYPELIB ""certenc.tlb""\r\n"
  35. "\0"
  36. END
  37. #endif // APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // String Table
  41. //
  42. STRINGTABLE DISCARDABLE
  43. BEGIN
  44. IDS_CERTENCODEDATEARRAY_DESC "Encode Date Array Class"
  45. IDS_CERTENCODELONGARRAY_DESC "Encode Long Array Class"
  46. IDS_CERTENCODEALTNAME_DESC "Encode Alternate Name Class"
  47. IDS_CERTENCODESTRINGARRAY_DESC "Encode String Array Class"
  48. IDS_CERTENCODEBITSTRING_DESC "Encode Bit String Class"
  49. IDS_CERTENCODECRLDIST_DESC "Encode CRL Distribution Points Class"
  50. IDS_UNKNOWN_ERROR_CODE "Error %ws %ws"
  51. IDS_E_UNEXPECTED "Unexpected method call sequence."
  52. END
  53. #ifndef APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Generated from the TEXTINCLUDE 3 resource.
  57. //
  58. 1 TYPELIB "certenc.tlb"
  59. /////////////////////////////////////////////////////////////////////////////
  60. #endif // not APSTUDIO_INVOKED
  61. #include <common.ver>