Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

46 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 401
#define UC_CMD_HELP_2 402
#define UC_CMD_HELP_3 403
#define UC_CMD_HELP_4 404
#define UC_CMD_HELP_5 405
#define UC_CMD_HELP_6 406
#define UC_CMD_HELP_7 407
#define UC_CMD_HELP_8 408
#define UC_CMD_HELP_9 409
#define UC_CMD_HELP_10 410
#define UC_CMD_HELP_11 411
#define UC_FIRST_CMD_HELP UC_CMD_HELP_1
#define UC_LAST_CMD_HELP UC_CMD_HELP_11
#define UC_ERROR_READ_NAMES 310
#define UC_DRIVERNOTFOUND 311
#define UC_NOTINSTALLED 312
#define UC_REMOVINGDRIVER 313
#define UC_UNABLEOPENKEY 314
#define UC_UNABLESETVALUE 315
#define UC_UNABLEREADVALUE 316
#define UC_UNEVENINDEX 317
#define UC_DOINGLANG 318
#define UC_UNABLEMOVETEXT 319
#define UC_UNABLELOADLANG 320
#define UC_PERFLIBISBUSY 321
#define UC_CONNECT_PROBLEM 322
#endif // _UNLODCTR_H_