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.

26 lines
456 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. rsstrdef.h
  5. Abstract:
  6. This module defines common string identifiers that are held in Wsb resources
  7. Author:
  8. Ran Kalach (rankala) 3/23/00
  9. --*/
  10. #ifndef _RSSTRDEF_
  11. #define _RSSTRDEF_
  12. // Gloabl HSM string identifiers (reserved range: 1024 - 2047)
  13. #define IDS_HSM_SCHED_TASK_TITLE 1024
  14. #define IDS_HSM_SCHED_COMMENT 1025
  15. #endif // _RSSTRDEF_