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.
47 lines
1.1 KiB
47 lines
1.1 KiB
/*++
|
|
|
|
unlodctr.h
|
|
|
|
Definitions that are specific to the counter unloader
|
|
|
|
Author:
|
|
|
|
Bob Watson (a-robw) 12 Feb 93
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef _UNLODCTR_H_
|
|
#define _UNLODCTR_H_
|
|
|
|
// resource file constants
|
|
#define UC_CMD_HELP_1 201
|
|
#define UC_CMD_HELP_2 202
|
|
#define UC_CMD_HELP_3 203
|
|
#define UC_CMD_HELP_4 204
|
|
#define UC_CMD_HELP_5 205
|
|
#define UC_CMD_HELP_6 206
|
|
#define UC_CMD_HELP_7 207
|
|
#define UC_CMD_HELP_8 208
|
|
#define UC_CMD_HELP_9 209
|
|
#define UC_CMD_HELP_10 210
|
|
#define UC_CMD_HELP_11 211
|
|
#define UC_FIRST_CMD_HELP UC_CMD_HELP_1
|
|
#define UC_LAST_CMD_HELP UC_CMD_HELP_11
|
|
|
|
#define UC_ERROR_READ_NAMES 110
|
|
#define UC_DRIVERNOTFOUND 111
|
|
#define UC_NOTINSTALLED 112
|
|
#define UC_REMOVINGDRIVER 113
|
|
#define UC_UNABLEOPENKEY 114
|
|
#define UC_UNABLESETVALUE 115
|
|
#define UC_UNABLEREADVALUE 116
|
|
#define UC_UNEVENINDEX 117
|
|
#define UC_DOINGLANG 118
|
|
#define UC_UNABLEMOVETEXT 119
|
|
#define UC_UNABLELOADLANG 120
|
|
#define UC_PERFLIBISBUSY 121
|
|
#define UC_CONNECT_PROBLEM 122
|
|
|
|
#endif // _UNLODCTR_H_
|
|
|