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.

34 lines
763 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. htmlarc.h
  5. Abstract:
  6. HTML administrator string resource IDs
  7. Author:
  8. Philippe Choquier (phillich) 10-january-1996
  9. --*/
  10. #define IDS_HTRESP_OKANS 100
  11. #define IDS_HTRESP_BAD_REQUEST 101
  12. #define IDS_HTRESP_DENIED 102
  13. #define IDS_HTRESP_FORBIDDEN 103
  14. #define IDS_HTRESP_NOT_FOUND 104
  15. #define IDS_HTRESP_SERVER_ERROR 105
  16. #define IDS_HTRESP_NOT_SUPPORTED 106
  17. #define IDS_HTRESP_REDIRECT 107
  18. #define IDS_HTRESP_BAD_GATEWAY 108
  19. #define IDS_HTRESPX_DENIED 200
  20. #define IDS_HTRESPX_SERVER_ERROR 201
  21. #define IDS_HTRESPX_DENIED_BODY 202
  22. #define IDS_HTRESPX_NOT_FOUND 203
  23. #define IDS_HTRESPX_NOT_FOUND_BODY 204