LibreOffice Module vcl (master) 1
Macros | Functions
WinDeviceInfo.cxx File Reference
#include <opengl/win/WinDeviceInfo.hxx>
#include <driverblocklist.hxx>
#include <config_folders.h>
#include <windows.h>
#include <objbase.h>
#include <setupapi.h>
#include <algorithm>
#include <cstdint>
#include <memory>
#include <string_view>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <desktop/crashreport.hxx>
Include dependency graph for WinDeviceInfo.cxx:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 
#define DEVICE_KEY_PREFIX   L"\\Registry\\Machine\\"
 

Functions

static OUString getDenylistFile ()
 

Macro Definition Documentation

◆ DEVICE_KEY_PREFIX

#define DEVICE_KEY_PREFIX   L"\\Registry\\Machine\\"

Definition at line 156 of file WinDeviceInfo.cxx.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 16 of file WinDeviceInfo.cxx.

Function Documentation

◆ getDenylistFile()

static OUString getDenylistFile ( )
static

Definition at line 166 of file WinDeviceInfo.cxx.

Referenced by WinOpenGLDeviceInfo::FindBlocklistedDeviceInList().