xref: /reactos/base/system/services/resource.h (revision 5100859e)
1 #pragma once
2 
3 #define IDS_SERVICE_START    100
4 #define IDS_SERVICE_STOP     101
5 #define IDS_SERVICE_PAUSE    102
6 #define IDS_SERVICE_RESUME   103
7 #define IDS_SERVICE_RUNNING  104
8 #define IDS_SERVICE_STOPPED  105
9 #define IDS_SERVICE_PAUSED   106
10