NAME

GetWindowTheme  (UXTHEME.@)

SYNOPSIS

 HTHEME GetWindowTheme
 (
  HWND hwnd
 )

DESCRIPTION

Retrieve the last theme opened for a window.

PARAMS

hwnd [In] window to retrieve the theme for.

RETURNS

The most recent theme.

IMPLEMENTATION

Declared in "uxtheme.h". https://source.winehq.org/source/include/uxtheme.h

Implemented in "dlls/uxtheme/system.c". https://source.winehq.org/source/dlls/uxtheme/system.c

Debug channel "uxtheme".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.