ServiceConfig.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace AppSecInc
4 {
5  namespace Service
6  {
8  struct ServiceConfig
9  {
10  DWORD service_type;
11  DWORD start_type;
13  std::wstring binary_path_name;
14  std::wstring load_order_group;
15  DWORD tag_id;
16  std::wstring service_start_name;
17  std::wstring display_name;
18  std::vector<std::wstring> dependencies;
19  };
20  }
21 }
std::wstring load_order_group
Definition: ServiceConfig.h:14
DWORD tag_id
Definition: ServiceConfig.h:15
DWORD start_type
Definition: ServiceConfig.h:11
std::wstring service_start_name
Definition: ServiceConfig.h:16
service configuration
Definition: ServiceConfig.h:8
DWORD error_control
Definition: ServiceConfig.h:12
std::wstring binary_path_name
Definition: ServiceConfig.h:13
std::wstring display_name
Definition: ServiceConfig.h:17
DWORD service_type
Definition: ServiceConfig.h:10
std::vector< std::wstring > dependencies
Definition: ServiceConfig.h:18


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