CloseThemeData (Windows Embedded CE 6.0)
1/6/2010
This function closes a theme data handle.
Syntax
HRESULT CloseThemeData(
HTHEME hTheme
);
Parameters
- hTheme
[in] Handle to a window's specified theme data. Use OpenThemeDataEx to create a theme data handle
Return Value
Returns S_OK if successful, or E_FAIL otherwise.
Requirements
Header | uxtheme.h |
Library | Ietheme.dll |
Windows Embedded CE | Windows CE 5.0 and later |