mirror of https://github.com/tongzx/nt5src
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.
34 lines
415 B
34 lines
415 B
/*++
|
|
|
|
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
|