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.

35 lines
701 B

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. helparr.h
  6. Abstract:
  7. #defines for context help
  8. Author:
  9. Rahul Thombre (RahulTh) 10/13/1998
  10. Revision History:
  11. 10/13/1998 RahulTh Created this module.
  12. --*/
  13. #ifndef __HELPARR_H__
  14. #define __HELPARR_H__
  15. #define IDH_DISABLEHELP ((DWORD)-1)
  16. #define IDH_SEND_BUTTON 202 // Untitled: "Send" (Button)
  17. #define IDH_SETTINGS_BUTTON 203 // Untitled: "Settings" (Button)
  18. #define IDH_CLOSE_BUTTON 204 // Untitled: "Close" (Button)
  19. #define IDH_HELP_BUTTON 205 // Untitled: "Help" (Button)
  20. #define IDH_DEVICELIST 301 // device list in device chooser dlg
  21. #endif //__HELPARR_H__