.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetThemeDefaults 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetThemeDefaults\fR (UXTHEME.7) .SH SYNOPSIS HRESULT GetThemeDefaults ( LPCWSTR \fIpszThemeFileName\fR, LPWSTR \fIpszColorName\fR, DWORD \fIdwColorNameLen\fR, LPWSTR \fIpszSizeName\fR, DWORD \fIdwSizeNameLen\fR ) .SH DESCRIPTION .PP Get the default color & size for a theme. .SH PARAMS \fIpszThemeFileName\fR Path to a msstyles theme file .PP \fIpszColorName\fR Buffer to receive the default color name .PP \fIdwColorNameLen\fR Length, in characters, of color name buffer .PP \fIpszSizeName\fR Buffer to receive the default size name .PP \fIdwSizeNameLen\fR Length, in characters, of size name buffer. .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.