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.

44 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: certadm.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #include "cscomres.h"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Certificate Services Admin"
  16. #define VER_INTERNALNAME_STR "CertAdm"
  17. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // String Table
  21. //
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_CERTADMIN_DESC "CertAdmin Class"
  25. IDS_CERTVIEW_DESC "CertView Class"
  26. IDS_CERTMANAGEPOLICYMODULE_DESC "CertManageModule Class (policy legacy support)"
  27. IDS_CERTMANAGEEXITMODULE_DESC "CertManageModule Class (exit legacy support)"
  28. IDS_LEGACYPOLICYMODULE_NAME "Legacy Policy Module"
  29. IDS_LEGACYEXITMODULE_NAME "Legacy Exit Module"
  30. END
  31. /////////////////////////////////////////////////////////////////////////////
  32. 1 TYPELIB "certadm.tlb"
  33. /////////////////////////////////////////////////////////////////////////////
  34. #include <common.ver>