enum Poco::Util::WinService::Startup

#include <WinService.h>

enum Startup
{
    SVC_AUTO_START,
    SVC_MANUAL_START,
    SVC_DISABLED,
};