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 
CA_API UINT __stdcall Service_Delete(MSIHANDLE hInstall)
Delete a service.
Definition: ServiceImpl.cpp:127
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:81
CA_API UINT __stdcall Service_GetConfig(MSIHANDLE hInstall)
Get service configuration.
Definition: ServiceImpl.cpp:144
#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:55
CA_API UINT __stdcall Service_Control(MSIHANDLE hInstall)
Control (start/stop/pause/continue) a service.
Definition: ServiceImpl.cpp:108
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:173
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