src/Common/Service/ServiceConfig.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace AppSecInc 
00004 {
00005     namespace Service 
00006     {
00008                 struct ServiceConfig
00009                 {  
00010                         DWORD service_type;
00011                         DWORD start_type;
00012                         DWORD error_control;
00013                         std::wstring binary_path_name;
00014                         std::wstring load_order_group;
00015                         DWORD tag_id;
00016                         std::wstring service_start_name; 
00017                         std::wstring display_name;
00018                         std::vector<std::wstring> dependencies;
00019                 };
00020         }
00021 }


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com