IsThemeDialogTextureEnabled function uxtheme
Reports whether a specified dialog window supports background texturing.
To learn more, see learn.microsoft.com/windows/win32/api/uxtheme/nf-uxtheme-isthemedialogtextureenabled.
Implementation
@pragma('vm:prefer-inline')
bool IsThemeDialogTextureEnabled(HWND hwnd) =>
_IsThemeDialogTextureEnabled(hwnd) != FALSE;