LibreOffice Module onlineupdate (master) 1
serviceinstall.hxx
Go to the documentation of this file.
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5#include "readstrings.h"
6
7#define SVC_DISPLAY_NAME L"Mozilla Maintenance Service"
8
13BOOL SetUserAccessServiceDACL(SC_HANDLE hService);
14DWORD SetUserAccessServiceDACL(SC_HANDLE hService, PACL &pNewAcl,
15 PSECURITY_DESCRIPTOR psd);
16
18{
20};
21
#define MAX_TEXT_LEN
Definition: readstrings.h:10
const wchar_t *typedef BOOL
SvcInstallAction
@ UpgradeSvc
@ InstallSvc
@ ForceInstallSvc
BOOL StopService()
Stops the Maintenance service.
BOOL SetUserAccessServiceDACL(SC_HANDLE hService)
Sets the access control list for user access for the specified service.
BOOL SvcInstall(SvcInstallAction action)
Installs or upgrades the SVC_NAME service.
BOOL SvcUninstall()
Uninstalls the Maintenance service.
char serviceDescription[MAX_TEXT_LEN]