windows-nt/Source/XPSP1/NT/inetsrv/iis/staxinc/unlodctr.h
2020-09-26 16:20:57 +08:00

47 lines
1.1 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
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_