Scroll to navigation

GetWindowTheme(3w) Wine API GetWindowTheme(3w)

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".
Implemented in "dlls/uxtheme/system.c".
Debug channel "uxtheme".
Oct 2012 Wine API