#include <windows.h>
#include <msiquery.h>
#include <string>
Go to the source code of this file.
|
| 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) |
| |
◆ WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN |
◆ GetMsiPropertyW()
| static std::wstring GetMsiPropertyW |
( |
MSIHANDLE |
handle, |
|
|
const std::wstring & |
sProperty |
|
) |
| |
|
inlinestatic |
◆ SetMsiPropertyW()
| static void SetMsiPropertyW |
( |
MSIHANDLE |
handle, |
|
|
const std::wstring & |
sProperty, |
|
|
const std::wstring & |
sValue |
|
) |
| |
|
inlinestatic |
◆ UnsetMsiPropertyW()
| static void UnsetMsiPropertyW |
( |
MSIHANDLE |
handle, |
|
|
const std::wstring & |
sProperty |
|
) |
| |
|
inlinestatic |