mirror of https://github.com/tongzx/nt5src
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.
29 lines
794 B
29 lines
794 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: cscomres.h
|
|
//
|
|
// Contents: Cert Server COM resource definitions
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifndef __CSCOMRES_H__
|
|
#define __CSCOMRES_H__
|
|
|
|
// config string ids
|
|
|
|
#define IDS_CERTCONFIG_DESC 1
|
|
#define IDS_CERTGETCONFIG_DESC 2
|
|
#define IDS_CERTREQUEST_DESC 3
|
|
#define IDS_CERTADMIN_DESC 4
|
|
#define IDS_CERTSERVERPOLICY_DESC 5
|
|
#define IDS_CERTSERVEREXIT_DESC 6
|
|
#define IDS_CERTVIEW_DESC 7
|
|
#define IDS_CERTMANAGEPOLICYMODULE_DESC 8
|
|
#define IDS_LEGACYPOLICYMODULE_NAME 9
|
|
#define IDS_CERTMANAGEEXITMODULE_DESC 10
|
|
#define IDS_LEGACYEXITMODULE_NAME 11
|
|
|
|
#endif // __CSCOMRES_H__
|