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.

55 lines
1.3 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1990-1999 Microsoft Corporation
  3. Module Name:
  4. setupxrc.h
  5. Abstract:
  6. This file contains resource IDs for any program that is run from
  7. within Setup and wishes to set the current instruction text.
  8. The IDs are for entries in the setup support dll string table.
  9. Author:
  10. Ted Miller (tedm) 7-August-1990
  11. Revision History:
  12. --*/
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif
  16. /*
  17. Send the following message to Setup's main window to set
  18. instruction text. wParam is the ID of a string in the
  19. string table resource of setupdll.dll. lParam is unused.
  20. [Note: see also uilstf.h (part of Setup).]
  21. */
  22. #define STF_SET_INSTRUCTION_TEXT_RC (WM_USER + 0x8104)
  23. // IMPORTANT: keep FIRST_EXTERNAL_ID equate (see below) up to date!
  24. // resource IDs for Print Manager Setup instruction text
  25. #define IDS_PRINTMAN1 1001
  26. #define IDS_PRINTMAN2 1002
  27. #define IDS_PRINTMAN3 1003
  28. #define IDS_PRINTMAN4 1004
  29. #define IDS_PRINTMAN5 1005
  30. #define IDS_PRINTMAN6 1006
  31. #define IDS_PRINTMAN7 1007
  32. #define IDS_PRINTMAN8 1008
  33. #define IDS_PRINTMAN9 1009
  34. #define IDS_PRINTMAN10 1010
  35. // IMPORTANT: keep this equate up to date!
  36. #define FIRST_EXTERNAL_ID IDS_PRINTMAN1