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.

48 lines
1.3 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_REQUESTPROCESSERROR 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 IDI_APP 201
  38. #define IDI_PRODUCT 202
  39. // Marshalling uses AT LEAST WM_USER+0
  40. #define WM_STARTSERVER WM_USER+20
  41. #define WM_STOPSERVER WM_USER+21
  42. #define WM_SUSPENDSERVER WM_USER+22
  43. #define WM_RESTARTSERVER WM_USER+23
  44. #define WM_SYNC_CLOSING_THREADS WM_USER+24