IsValidDpiAwarenessContext function user32
Determines if a specified DPI_AWARENESS_CONTEXT is valid and supported by the current system.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-isvaliddpiawarenesscontext.
Implementation
@pragma('vm:prefer-inline')
bool IsValidDpiAwarenessContext(DPI_AWARENESS_CONTEXT value) =>
_IsValidDpiAwarenessContext(value) != FALSE;