LibreOffice Module setup_native (master) 1
Macros | Functions | Variables
restartindexingservice.cxx File Reference
#include <windows.h>
#include <msiquery.h>
Include dependency graph for restartindexingservice.cxx:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

static bool StopIndexingService (SC_HANDLE hService)
 
static void StartIndexingService (SC_HANDLE hService)
 
 __declspec (dllexport) UINT __stdcall RestartIndexingService(MSIHANDLE)
 

Variables

const wchar_t *const INDEXING_SERVICE_NAME = L"cisvc"
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 29 of file restartindexingservice.cxx.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )

◆ StartIndexingService()

static void StartIndexingService ( SC_HANDLE  hService)
static

Definition at line 81 of file restartindexingservice.cxx.

Referenced by __declspec().

◆ StopIndexingService()

static bool StopIndexingService ( SC_HANDLE  hService)
static

Definition at line 35 of file restartindexingservice.cxx.

Referenced by __declspec().

Variable Documentation

◆ INDEXING_SERVICE_NAME

const wchar_t* const INDEXING_SERVICE_NAME = L"cisvc"

Definition at line 33 of file restartindexingservice.cxx.

Referenced by __declspec().