Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
CustomActions
SystemTools
ServiceImpl.h
Go to the documentation of this file.
1
#pragma once
2
16
CA_API
UINT __stdcall
Service_RenameRegistryEntry
(MSIHANDLE hInstall);
17
32
CA_API
UINT __stdcall
Service_ChangeBinaryPathName
(MSIHANDLE hInstall);
33
48
CA_API
UINT __stdcall
Service_ChangeDisplayName
(MSIHANDLE hInstall);
49
64
CA_API
UINT __stdcall
Service_ChangeDescription
(MSIHANDLE hInstall);
65
73
CA_API
UINT __stdcall
Service_Control
(MSIHANDLE hInstall);
74
81
CA_API
UINT __stdcall
Service_Delete
(MSIHANDLE hInstall);
82
97
CA_API
UINT __stdcall
Service_GetConfig
(MSIHANDLE hInstall);
98
105
CA_API
UINT __stdcall
Service_Exists
(MSIHANDLE hInstall);
106
114
CA_API
UINT __stdcall
Service_GetState
(MSIHANDLE hInstall);
115
Service_Delete
CA_API UINT __stdcall Service_Delete(MSIHANDLE hInstall)
Delete a service.
Definition:
ServiceImpl.cpp:127
Service_RenameRegistryEntry
CA_API UINT __stdcall Service_RenameRegistryEntry(MSIHANDLE hInstall)
Renames the registry entry of a service.
Definition:
ServiceImpl.cpp:5
Service_ChangeDescription
CA_API UINT __stdcall Service_ChangeDescription(MSIHANDLE hInstall)
Change the description of a service.
Definition:
ServiceImpl.cpp:81
Service_GetConfig
CA_API UINT __stdcall Service_GetConfig(MSIHANDLE hInstall)
Get service configuration.
Definition:
ServiceImpl.cpp:144
CA_API
#define CA_API
Definition:
CaDeclSpecs.h:8
Service_ChangeDisplayName
CA_API UINT __stdcall Service_ChangeDisplayName(MSIHANDLE hInstall)
Change the display name of a service.
Definition:
ServiceImpl.cpp:55
Service_Control
CA_API UINT __stdcall Service_Control(MSIHANDLE hInstall)
Control (start/stop/pause/continue) a service.
Definition:
ServiceImpl.cpp:108
Service_ChangeBinaryPathName
CA_API UINT __stdcall Service_ChangeBinaryPathName(MSIHANDLE hInstall)
Change the path to the service binary file of a service.
Definition:
ServiceImpl.cpp:28
Service_Exists
CA_API UINT __stdcall Service_Exists(MSIHANDLE hInstall)
Check whether a service exists.
Definition:
ServiceImpl.cpp:173
Service_GetState
CA_API UINT __stdcall Service_GetState(MSIHANDLE hInstall)
Get status of a service.
Definition:
ServiceImpl.cpp:186
© Application Security Inc. - All Rights Reserved
http://msiext.codeplex.com