次の方法で共有


CloseThemeData (Windows CE 5.0)

Send Feedback

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

Theme Support Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.