LibreOffice Module setup_native (master) 1
|
#include <windows.h>
#include <msiquery.h>
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" |
#define WIN32_LEAN_AND_MEAN |
Definition at line 29 of file restartindexingservice.cxx.
__declspec | ( | dllexport | ) |
Definition at line 127 of file restartindexingservice.cxx.
References INDEXING_SERVICE_NAME, StartIndexingService(), and StopIndexingService().
|
static |
Definition at line 81 of file restartindexingservice.cxx.
Referenced by __declspec().
|
static |
Definition at line 35 of file restartindexingservice.cxx.
Referenced by __declspec().
const wchar_t* const INDEXING_SERVICE_NAME = L"cisvc" |
Definition at line 33 of file restartindexingservice.cxx.
Referenced by __declspec().