CloseThemeData (Windows CE 5.0)
This function closes a theme data handle.
HRESULT CloseThemeData( HTHEME hTheme);
Parameters
- hTheme
[in] Handle to a window's specified theme data. Use OpenThemeDataEx to create a theme data handle.
Return Values
Returns S_OK if successful, or E_FAIL otherwise.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Uxtheme.h.
Link Library: Ietheme.dll.
See Also
Send Feedback on this topic to the authors