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
31
CA_API
UINT __stdcall
Service_ChangeBinaryPathName
(MSIHANDLE hInstall);
32
46
CA_API
UINT __stdcall
Service_ChangeDisplayName
(MSIHANDLE hInstall);
47
61
CA_API
UINT __stdcall
Service_ChangeDescription
(MSIHANDLE hInstall);
62
70
CA_API
UINT __stdcall
Service_Control
(MSIHANDLE hInstall);
71
78
CA_API
UINT __stdcall
Service_Delete
(MSIHANDLE hInstall);
79
94
CA_API
UINT __stdcall
Service_GetConfig
(MSIHANDLE hInstall);
95
102
CA_API
UINT __stdcall
Service_Exists
(MSIHANDLE hInstall);
Service_Delete
CA_API UINT __stdcall Service_Delete(MSIHANDLE hInstall)
Delete a service.
Definition:
ServiceImpl.cpp:117
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:74
Service_GetConfig
CA_API UINT __stdcall Service_GetConfig(MSIHANDLE hInstall)
Get service configuration.
Definition:
ServiceImpl.cpp:134
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:51
Service_Control
CA_API UINT __stdcall Service_Control(MSIHANDLE hInstall)
Control (start/stop/pause/continue) a service.
Definition:
ServiceImpl.cpp:98
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:163
© Application Security Inc. - All Rights Reserved
http://msiext.codeplex.com