34 lines
415 B
C
34 lines
415 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
poshlp.h
|
||
|
|
||
|
Abstract: Control Panel Applet for OLE POS Devices
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Karan Mehra [t-karanm]
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
Win32 mode
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef __POSHLP_H__
|
||
|
#define __POSHLP_H__
|
||
|
|
||
|
/*
|
||
|
* Help ID definitions
|
||
|
*/
|
||
|
#define IDH_DEVICES_LIST 2000
|
||
|
#define IDH_DEVICES_REFRESH 2001
|
||
|
#define IDH_DEVICES_TSHOOT 2002
|
||
|
|
||
|
#endif
|