IsThemeDialogTextureEnabled function uxtheme

int IsThemeDialogTextureEnabled(
  1. int hwnd
)

Reports whether a specified dialog window supports background texturing.

BOOL IsThemeDialogTextureEnabled(
  HWND hwnd
);

Implementation

int IsThemeDialogTextureEnabled(int hwnd) => _IsThemeDialogTextureEnabled(hwnd);