EnableThemeDialogTexture function uxtheme

int EnableThemeDialogTexture(
  1. int hwnd,
  2. int dwFlags
)

Enables or disables the visual style of the background of a dialog window.

HRESULT EnableThemeDialogTexture(
  HWND  hwnd,
  DWORD dwFlags
);

Implementation

int EnableThemeDialogTexture(int hwnd, int dwFlags) =>
    _EnableThemeDialogTexture(hwnd, dwFlags);