/*1* Copyright 2007 Tim Schwartz2*3* This library is free software; you can redistribute it and/or4* modify it under the terms of the GNU Lesser General Public5* License as published by the Free Software Foundation; either6* version 2.1 of the License, or (at your option) any later version.7*8* This library is distributed in the hope that it will be useful,9* but WITHOUT ANY WARRANTY; without even the implied warranty of10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU11* Lesser General Public License for more details.12*13* You should have received a copy of the GNU Lesser General Public14* License along with this library; if not, write to the Free Software15* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA16*/1718#include <windef.h>1920#define STRING_USAGE 10121#define STRING_START_USAGE 10222#define STRING_STOP_USAGE 10323#define STRING_STOP_DEP 10424#define STRING_CANT_STOP 10525#define STRING_NO_SCM 10626#define STRING_NO_SVCHANDLE 10727#define STRING_START_SVC 10828#define STRING_START_SVC_SUCCESS 10929#define STRING_START_SVC_FAIL 11030#define STRING_STOP_SVC 11131#define STRING_STOP_SVC_SUCCESS 11232#define STRING_STOP_SVC_FAIL 11333#define STRING_NO_ENTRIES 11534#define STRING_USE_HEADER 11635#define STRING_USE_ENTRY 11736#define STRING_OK 11837#define STRING_PAUSED 11938#define STRING_SESSLOST 12039#define STRING_NETERR 12140#define STRING_CONN 12241#define STRING_RECONN 12342#define STRING_RUNNING_HEADER 12443#define STRING_CONFLICT_SWITCHES 125444546