IsThemeDialogTextureEnabled function uxtheme
Reports whether a specified dialog window supports background texturing.
BOOL IsThemeDialogTextureEnabled(
HWND hwnd
);
Implementation
int IsThemeDialogTextureEnabled(int hwnd) => _IsThemeDialogTextureEnabled(hwnd);