blob: f377a0b56069795ef386eb754e0d59be57f60ce2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
rc_ids.h
Abstract:
Header for devcon resources
--*/
#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
|