.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH OpenThemeFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBOpenThemeFile\fR (UXTHEME.2) .SH SYNOPSIS HRESULT OpenThemeFile ( LPCWSTR \fIpszThemeFileName\fR, LPCWSTR \fIpszColorName\fR, LPCWSTR \fIpszSizeName\fR, HTHEMEFILE* \fIhThemeFile\fR, DWORD \fIunknown\fR ) .SH DESCRIPTION .PP Opens a theme file, which can be used to change the current theme, etc. .SH PARAMS \fIpszThemeFileName\fR Path to a msstyles theme file .PP \fIpszColorName\fR Color defined in the theme, eg. NormalColor .PP \fIpszSizeName\fR Size defined in the theme, eg. NormalSize .PP \fIhThemeFile\fR Handle to theme file. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR \fBHRESULT\fR error-code .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/uxtheme/system.c"\fR. .PP Debug channel \fB"uxtheme"\fR.