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);
CA_API UINT __stdcall Service_Delete(MSIHANDLE hInstall)
Delete a service.
Definition: ServiceImpl.cpp:117
CA_API UINT __stdcall Service_RenameRegistryEntry(MSIHANDLE hInstall)
Renames the registry entry of a service.
Definition: ServiceImpl.cpp:5
CA_API UINT __stdcall Service_ChangeDescription(MSIHANDLE hInstall)
Change the description of a service.
Definition: ServiceImpl.cpp:74
CA_API UINT __stdcall Service_GetConfig(MSIHANDLE hInstall)
Get service configuration.
Definition: ServiceImpl.cpp:134
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Service_ChangeDisplayName(MSIHANDLE hInstall)
Change the display name of a service.
Definition: ServiceImpl.cpp:51
CA_API UINT __stdcall Service_Control(MSIHANDLE hInstall)
Control (start/stop/pause/continue) a service.
Definition: ServiceImpl.cpp:98
CA_API UINT __stdcall Service_ChangeBinaryPathName(MSIHANDLE hInstall)
Change the path to the service binary file of a service.
Definition: ServiceImpl.cpp:28
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