windows-nt/Source/XPSP1/NT/base/pnp/tools/devcon/rc_ids.h
2020-09-26 16:20:57 +08:00

34 lines
611 B
C

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
rc_ids.h
Abstract:
Header for devcon resources
@@BEGIN_DDKSPLIT
Author:
Jamie Hunter 11/30/2000
@@END_DDKSPLIT
--*/
#define IDS_ENABLED 3000
#define IDS_ENABLED_REBOOT 3001
#define IDS_ENABLE_FAILED 3002
#define IDS_DISABLED 3003
#define IDS_DISABLED_REBOOT 3004
#define IDS_DISABLE_FAILED 3005
#define IDS_RESTARTED 3006
#define IDS_REQUIRES_REBOOT 3007
#define IDS_RESTART_FAILED 3008
#define IDS_REMOVED 3009
#define IDS_REMOVED_REBOOT 3010
#define IDS_REMOVE_FAILED 3011