table of contents
other versions
- wheezy 1.4.1-4
CloseThemeFile(3w) | Wine API | CloseThemeFile(3w) |
NAME¶
CloseThemeFile (UXTHEME.3)SYNOPSIS¶
HRESULT CloseThemeFile(
HTHEMEFILE hThemeFile
)
DESCRIPTION¶
Releases theme file handle returned by OpenThemeFile.PARAMS¶
hThemeFile Handle to theme file.RETURNS¶
Success: S_OK Failure: HRESULT error-codeIMPLEMENTATION¶
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function. Implemented in "dlls/uxtheme/system.c". Debug channel "uxtheme".Oct 2012 | Wine API |