26#if JUCE_WINDOWS || DOXYGEN
58 static String
JUCE_CALLTYPE getValue (
const String& regValuePath,
59 const String& defaultValue = String(),
60 WoW64Mode
mode = WoW64_Default);
67 static uint32 JUCE_CALLTYPE getBinaryValue (
const String& regValuePath, MemoryBlock& resultData, WoW64Mode
mode = WoW64_Default);
72 static bool JUCE_CALLTYPE setValue (
const String& regValuePath,
const String&
value, WoW64Mode
mode = WoW64_Default);
87 static bool JUCE_CALLTYPE setValue (
const String& regValuePath,
const MemoryBlock&
value, WoW64Mode
mode = WoW64_Default);
90 static bool JUCE_CALLTYPE valueExists (
const String& regValuePath, WoW64Mode
mode = WoW64_Default);
93 static bool JUCE_CALLTYPE keyExists (
const String& regKeyPath, WoW64Mode
mode = WoW64_Default);
96 static bool JUCE_CALLTYPE deleteValue (
const String& regValuePath, WoW64Mode
mode = WoW64_Default);
99 static bool JUCE_CALLTYPE deleteKey (
const String& regKeyPath, WoW64Mode
mode = WoW64_Default);
118 static bool JUCE_CALLTYPE registerFileAssociation (
const String& fileExtension,
119 const String& symbolicDescription,
120 const String& fullDescription,
121 const File& targetExecutable,
122 int iconResourceNumber,
123 bool registerForCurrentUserOnly,
124 WoW64Mode
mode = WoW64_Default);
128 [[deprecated]]
static String getValueWow64 (
const String&,
const String& defaultValue = String());
129 [[deprecated]]
static bool valueExistsWow64 (
const String&);
130 [[deprecated]]
static bool keyExistsWow64 (
const String&);
134 WindowsRegistry() =
delete;
uint64_t uint64
Definition basics.h:92
uint32_t uint32
Definition basics.h:90
static PuglViewHint int value
Definition pugl.h:1708
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31
png_structrp int mode
Definition png.h:1139