OpenThemeDataEx function uxtheme
Opens the theme data associated with a window for specified theme classes.
To learn more, see learn.microsoft.com/windows/win32/api/uxtheme/nf-uxtheme-openthemedataex.
Implementation
@pragma('vm:prefer-inline')
HTHEME OpenThemeDataEx(
HWND? hwnd,
PCWSTR pszClassList,
OPEN_THEME_DATA_FLAGS dwFlags,
) => HTHEME(_OpenThemeDataEx(hwnd ?? nullptr, pszClassList, dwFlags));