53 static void JUCE_CALLTYPE setPriority (ProcessPriority priority);
105 const String& emailSubject,
110 #if JUCE_WINDOWS || DOXYGEN
133 static
void JUCE_CALLTYPE setCurrentModuleInstanceHandle (
void* newHandle) noexcept;
137 #if JUCE_MAC || DOXYGEN
143 #if JUCE_MAC || JUCE_LINUX || JUCE_BSD || DOXYGEN
Represents the current executable's process.
static void setDockIconVisible(bool isVisible)
OSX ONLY - Shows or hides the OSX dock icon for this app.
static bool setMaxNumberOfFileHandles(int maxNumberOfFiles) noexcept
UNIX ONLY - Attempts to use setrlimit to change the maximum number of file handles that the app can o...
static void *JUCE_CALLTYPE getCurrentModuleInstanceHandle() noexcept
WINDOWS ONLY - This returns the HINSTANCE of the current module.
A special array for holding a list of strings.