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.

29 lines
823 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: cscomres.h
  7. //
  8. // Contents: Cert Server COM resource definitions
  9. //
  10. //---------------------------------------------------------------------------
  11. #ifndef __CSCOMRES_H__
  12. #define __CSCOMRES_H__
  13. // config string ids
  14. #define IDS_CERTCONFIG_DESC 1
  15. #define IDS_CERTGETCONFIG_DESC 2
  16. #define IDS_CERTREQUEST_DESC 3
  17. #define IDS_CERTADMIN_DESC 4
  18. #define IDS_CERTSERVERPOLICY_DESC 5
  19. #define IDS_CERTSERVEREXIT_DESC 6
  20. #define IDS_CERTVIEW_DESC 7
  21. #define IDS_CERTMANAGEPOLICYMODULE_DESC 8
  22. #define IDS_LEGACYPOLICYMODULE_NAME 9
  23. #define IDS_CERTMANAGEEXITMODULE_DESC 10
  24. #define IDS_LEGACYEXITMODULE_NAME 11
  25. #endif // __CSCOMRES_H__