EnableTheming function (uxtheme.h)
Windows Vista through Windows 7: Enables or disables visual styles for the current user in the current and later sessions.
Windows 8 and later: This function does nothing. Visual styles are always enabled in Windows 8 and later.
Syntax
HRESULT EnableTheming(
[in] BOOL fEnable
);
Parameters
[in] fEnable
Type: BOOL
Receives one of the following values.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | uxtheme.h |
Library | UxTheme.lib |
DLL | UxTheme.dll |