Funktionreferenz


_WinAPI_CloseThemeData


Closes the theme data handle

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

Parameter

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

Rückgabewert

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

Bemerkungen

None.

Verwandte Funktionen

_WinAPI_OpenThemeData

Siehe auch

Suche nach CloseThemeData in der MSDN Bibliothek.