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.

23 lines
880 B

  1. // This is a part of the Active Template Library.
  2. // Copyright (C) 1996-2001 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Active Template Library Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Active Template Library product.
  10. #define ATL_RESID_BASE 0xD800
  11. #define ATL_STRING_BASE ATL_RESID_BASE
  12. #define ATL_IDS_DATETIME_INVALID (ATL_STRING_BASE + 0)
  13. #define ATL_IDS_DATETIMESPAN_INVALID (ATL_STRING_BASE + 1)
  14. #define ATL_SERIVCE_MANAGER_OPEN_ERROR (ATL_STRING_BASE + 10)
  15. #define ATL_SERIVCE_START_ERROR (ATL_STRING_BASE + 11)
  16. #define ATL_SERIVCE_OPEN_ERROR (ATL_STRING_BASE + 12)
  17. #define ATL_SERIVCE_DELETE_ERROR (ATL_STRING_BASE + 13)
  18. #define ATL_SERIVCE_STOP_ERROR (ATL_STRING_BASE + 14)