37 lines
938 B
C
37 lines
938 B
C
|
//
|
||
|
// Resource IDs for services.exe
|
||
|
//
|
||
|
|
||
|
//
|
||
|
// String IDs for the string representations of the SC_ACTION enumeration
|
||
|
// start at this number.
|
||
|
//
|
||
|
#define IDS_SC_ACTION_BASE 0
|
||
|
|
||
|
//
|
||
|
// ID of the string the Service Controller will display on a reboot
|
||
|
// due to a service crash.
|
||
|
//
|
||
|
#define IDS_SC_REBOOT_MESSAGE 10
|
||
|
|
||
|
//
|
||
|
// String IDs for the string representations of service
|
||
|
// controls and states.
|
||
|
//
|
||
|
#define IDS_SC_CONTROL_BASE 20
|
||
|
#define IDS_SC_STATUS_BASE 50
|
||
|
|
||
|
|
||
|
//
|
||
|
// String IDs for the string representations of service config fields
|
||
|
//
|
||
|
#define IDS_SC_CONFIG_SERVICE_TYPE 80
|
||
|
#define IDS_SC_CONFIG_START_TYPE 81
|
||
|
#define IDS_SC_CONFIG_ERROR_CONTROL 82
|
||
|
#define IDS_SC_CONFIG_DISPLAY_NAME 83
|
||
|
#define IDS_SC_CONFIG_BINARY_PATH 84
|
||
|
#define IDS_SC_CONFIG_DEPENDENCIES 85
|
||
|
#define IDS_SC_CONFIG_GROUP 86
|
||
|
#define IDS_SC_CONFIG_TAG 87
|
||
|
#define IDS_SC_CONFIG_ACCOUNT 88
|