40 return (
HRESULT) UIA_E_ELEMENTNOTAVAILABLE;
53 peer->isFullScreen());
62 return (
HRESULT) UIA_E_ELEMENTNOTAVAILABLE;
66 auto scale = peer->getPlatformScaleFactor();
78 return (
HRESULT) UIA_E_ELEMENTNOTAVAILABLE;
80 return (
HRESULT) UIA_E_NOTSUPPORTED;
ComBaseClassHelper(unsigned int initialRefCount=1)
Definition juce_win32_ComSmartPtr.h:203
Definition juce_ComponentPeer.h:44
@ windowIsResizable
Definition juce_ComponentPeer.h:59
static Desktop &JUCE_CALLTYPE getInstance()
Definition juce_Desktop.cpp:50
static Rectangle leftTopRightBottom(ValueType left, ValueType top, ValueType right, ValueType bottom) noexcept
Definition juce_Rectangle.h:107
const AccessibilityHandler & getHandler() const
Definition juce_win32_UIAProviderBase.h:46
UIAProviderBase(AccessibilityNativeHandle *nativeHandleIn)
Definition juce_win32_UIAProviderBase.h:33
bool isElementValid() const
Definition juce_win32_UIAProviderBase.h:38
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586
static int int height
Definition pugl.h:1594
static int width
Definition pugl.h:1593
#define JUCE_COMRESULT
Definition juce_win32_ComSmartPtr.h:54
Definition carla_juce.cpp:31
HWND__ * HWND
Definition juce_win32_Direct2DGraphicsContext.h:31
JUCE_COMRESULT withCheckedComArgs(Value *pRetVal, Object &handle, Callback &&callback)
Definition juce_win32_UIAHelpers.h:106
int roundToInt(const FloatType value) noexcept
Definition juce_MathsFunctions.h:465
Definition swell-types.h:231
LONG bottom
Definition swell-types.h:232
LONG left
Definition swell-types.h:232
LONG top
Definition swell-types.h:232
LONG right
Definition swell-types.h:232
bool GetWindowRect(HWND hwnd, RECT *r)
Definition swell-generic-headless.cpp:130
#define S_OK
Definition swell-types.h:53
signed int HRESULT
Definition swell-types.h:181
signed char BOOL
Definition swell-types.h:160