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.

52 lines
1.5 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: resource.h
  7. //
  8. // Contents: Cert Server resource definitions
  9. //
  10. //---------------------------------------------------------------------------
  11. #define IDS_DENIEDBY 1
  12. #define IDS_POLICYDENIED 2
  13. #define IDS_ISSUED 3
  14. #define IDS_UNDERSUBMISSION 4
  15. #define IDS_REVOKEDBY 5
  16. #define IDS_PRINTFCERTREQUESTDISPOSITION 6
  17. #define IDS_USAGE 7
  18. #define IDS_CERTCONSTRUCTIONERROR 8
  19. #define IDS_RESUBMITTEDBY 9
  20. #define IDS_USAGE_FULL 10
  21. #define IDS_USAGE_COMTEST 11
  22. #define IDS_UNKNOWNSUBJECT 12
  23. #define IDS_UNREVOKEDBY 13
  24. #define IDS_REQUESTEDBY 14
  25. #define IDS_INTERMEDIATECASTORE 15
  26. #define IDS_PUBLISHERROR 16
  27. #define IDS_PUBLISHEDBY 17
  28. #define IDS_REQUESTPARSEERROR 18
  29. #define IDS_YES 19
  30. #define IDS_NO 20
  31. #define IDS_ALLOW 21
  32. #define IDS_DENY 22
  33. #define IDS_CAADMIN 23
  34. #define IDS_OFFICER 24
  35. #define IDS_READ 25
  36. #define IDS_ENROLL 26
  37. #define IDS_INVALIDISSUANCEPOLICIES 27
  38. #define IDS_INVALIDAPPLICATIONPOLICIES 28
  39. #define IDS_REQUESTSIGERROR 29
  40. #define IDS_KEYARCHIVALERROR 30
  41. #define IDS_ARCHIVESIGNINGKEYERROR 31
  42. #define IDI_APP 201
  43. // Marshalling uses AT LEAST WM_USER+0
  44. #define WM_STARTSERVER WM_USER+20
  45. #define WM_STOPSERVER WM_USER+21
  46. #define WM_SUSPENDSERVER WM_USER+22
  47. #define WM_RESTARTSERVER WM_USER+23
  48. #define WM_SYNC_CLOSING_THREADS WM_USER+24