LibreOffice Module setup_native (master) 1
Macros | Functions
shlxtmsi.hxx File Reference
#include <windows.h>
#include <msiquery.h>
#include <string>
Include dependency graph for shlxtmsi.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

static std::wstring GetMsiPropertyW (MSIHANDLE handle, const std::wstring &sProperty)
 
static void SetMsiPropertyW (MSIHANDLE handle, const std::wstring &sProperty, const std::wstring &sValue)
 
static void UnsetMsiPropertyW (MSIHANDLE handle, const std::wstring &sProperty)
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 23 of file shlxtmsi.hxx.

Function Documentation

◆ GetMsiPropertyW()

static std::wstring GetMsiPropertyW ( MSIHANDLE  handle,
const std::wstring &  sProperty 
)
inlinestatic

Definition at line 29 of file shlxtmsi.hxx.

References result.

Referenced by __declspec().

◆ SetMsiPropertyW()

static void SetMsiPropertyW ( MSIHANDLE  handle,
const std::wstring &  sProperty,
const std::wstring &  sValue 
)
inlinestatic

Definition at line 47 of file shlxtmsi.hxx.

Referenced by __declspec().

◆ UnsetMsiPropertyW()

static void UnsetMsiPropertyW ( MSIHANDLE  handle,
const std::wstring &  sProperty 
)
inlinestatic

Definition at line 52 of file shlxtmsi.hxx.

Referenced by __declspec().