LibreOffice Module configmgr (master) 1
|
#include <cwchar>
#include <memory>
#include <windows.h>
#include <msiquery.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <osl/file.h>
#include <osl/file.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include "winreg.hxx"
#include "writemodfile.hxx"
Go to the source code of this file.
Namespaces | |
namespace | configmgr |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | MAX_KEY_LENGTH 255 |
Functions | |
bool | configmgr::dumpWindowsRegistry (OUString *pFileURL, WinRegType eType) |
#define MAX_KEY_LENGTH 255 |
Definition at line 28 of file winreg.cxx.
#define WIN32_LEAN_AND_MEAN |
Definition at line 14 of file winreg.cxx.