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.

33 lines
415 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. poshlp.h
  5. Abstract: Control Panel Applet for OLE POS Devices
  6. Author:
  7. Karan Mehra [t-karanm]
  8. Environment:
  9. Win32 mode
  10. Revision History:
  11. --*/
  12. #ifndef __POSHLP_H__
  13. #define __POSHLP_H__
  14. /*
  15. * Help ID definitions
  16. */
  17. #define IDH_DEVICES_LIST 2000
  18. #define IDH_DEVICES_REFRESH 2001
  19. #define IDH_DEVICES_TSHOOT 2002
  20. #endif