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.

37 lines
484 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. poshlp.c
  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. #include "pos.h"
  13. #include "poshlp.h"
  14. /*
  15. * Context Specific Help IDs
  16. */
  17. const DWORD gaPosHelpIds[] =
  18. {
  19. IDC_DEVICES_LIST, IDH_DEVICES_LIST,
  20. IDC_DEVICES_REFRESH, IDH_DEVICES_REFRESH,
  21. IDC_DEVICES_TSHOOT, IDH_DEVICES_TSHOOT,
  22. 0,0
  23. };