Closes the theme data handle
#include <WinAPITheme.au3>
_WinAPI_CloseThemeData ( $hTheme )
$hTheme | Handle to a window's specified theme data. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code. |
Search CloseThemeData in MSDN Library.