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.

34 lines
611 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name :
  4. wlnotify.h
  5. Abstract:
  6. Shared wlnotify header.
  7. Revision History:
  8. --*/
  9. #ifndef _WLNOTIFY_
  10. #define _WLNOTIFY_
  11. //
  12. // Resource string IDs
  13. //
  14. //
  15. #define IDS_TSSESSION_STRING 2001
  16. #define IDS_TSERRORDIALOG_STRING 2002
  17. #define IDS_TSPTEMPLATE_FROM 2003
  18. #define IDS_TSPTEMPLATE_FROM_IN 2004
  19. #define IDS_TSPTEMPLATE_ON_FROM 2005
  20. #define IDS_TSPTEMPLATE_ON_FROM_IN 2006
  21. #define IDS_ON 2007
  22. #define IDS_DRIVE_INFO_TIP 2008
  23. #endif