STRING_NO_SCM, "Could not get handle to service control manager.\n"
STRING_NO_SVCHANDLE, "Could not get handle to service.\n"
STRING_START_SVC, "The %s service is starting.\n"
STRING_START_SVC_SUCCESS, "The %s service was started successfully.\n"
STRING_START_SVC_FAIL, "The %s service failed to start.\n"
STRING_STOP_SVC, "The %s service is stopping.\n"
STRING_STOP_SVC_SUCCESS, "The %s service was stopped successfully.\n"
STRING_STOP_SVC_FAIL, "The %s service failed to stop.\n"
STRING_HELP_USAGE, "The syntax of this command is:\n\nNET HELP command\n -or-\nNET command /HELP\n\n Commands available are:\n NET HELP NET START NET STOP\n"