Function Reference


_WinAPI_CloseThemeData

Closes the theme data handle

#include <WinAPITheme.au3>
_WinAPI_CloseThemeData ( $hTheme )

Parameters

$hTheme Handle to a window's specified theme data.

Return Value

Success: 1.
Failure: 0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Related

_WinAPI_OpenThemeData

See Also

Search CloseThemeData in MSDN Library.