GetThreadDpiHostingBehavior function user32
Retrieves the DPI_HOSTING_BEHAVIOR from the current thread.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getthreaddpihostingbehavior.
Implementation
@pragma('vm:prefer-inline')
DPI_HOSTING_BEHAVIOR GetThreadDpiHostingBehavior() =>
.new(_GetThreadDpiHostingBehavior());