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.
 
 
 
 
 
 

44 lines
1.3 KiB

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: certadm.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#include "cscomres.h"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Certificate Services Admin"
#define VER_INTERNALNAME_STR "CertAdm"
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_CERTADMIN_DESC "CertAdmin Class"
IDS_CERTVIEW_DESC "CertView Class"
IDS_CERTMANAGEPOLICYMODULE_DESC "CertManageModule Class (policy legacy support)"
IDS_CERTMANAGEEXITMODULE_DESC "CertManageModule Class (exit legacy support)"
IDS_LEGACYPOLICYMODULE_NAME "Legacy Policy Module"
IDS_LEGACYEXITMODULE_NAME "Legacy Exit Module"
END
/////////////////////////////////////////////////////////////////////////////
1 TYPELIB "certadm.tlb"
/////////////////////////////////////////////////////////////////////////////
#include <common.ver>