![]() |
Audacity 3.2.0
|
#include "public.sdk/source/vst/utility/optional.h"#include "public.sdk/source/vst/utility/stringconvert.h"#include "public.sdk/source/vst/hosting/module.h"#include <windows.h>#include <shlobj.h>#include <algorithm>#include <iostream>#include <experimental/filesystem>Go to the source code of this file.
Classes | |
| struct | VST3::Hosting::anonymous_namespace{module_win32.cpp}::Ole |
| class | VST3::Hosting::anonymous_namespace{module_win32.cpp}::Win32Module |
Namespaces | |
| namespace | VST3 |
| namespace | VST3::Hosting |
| namespace | VST3::Hosting::anonymous_namespace{module_win32.cpp} |
Macros | |
| #define | USE_FILESYSTEM 0 |
| #define | _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING |
| #define | USE_OLE !USE_FILESYSTEM |
Typedefs | |
| using | InitModuleFunc = bool(PLUGIN_API *)() |
| using | ExitModuleFunc = bool(PLUGIN_API *)() |
Variables | |
| constexpr auto | VST3::Hosting::anonymous_namespace{module_win32.cpp}::architectureString = "x86-win" |
| #define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING |
Definition at line 64 of file module_win32.cpp.
| #define USE_FILESYSTEM 0 |
Definition at line 54 of file module_win32.cpp.
| #define USE_OLE !USE_FILESYSTEM |
Definition at line 100 of file module_win32.cpp.
| using ExitModuleFunc = bool (PLUGIN_API*) () |
Definition at line 74 of file module_win32.cpp.
| using InitModuleFunc = bool (PLUGIN_API*) () |
Definition at line 73 of file module_win32.cpp.
| std::string ConvertToUTF8 | ( | const T * | str | ) |
Definition at line 78 of file module_win32.cpp.
References str.
Referenced by VST3::Hosting::anonymous_namespace{module_win32.cpp}::getKnownFolder().