.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHSetWindowBits 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHSetWindowBits\fR (SHLWAPI.165) .SH SYNOPSIS LONG SHSetWindowBits ( HWND \fIhwnd\fR, INT \fIoffset\fR, UINT \fImask\fR, UINT \fIflags\fR ) .SH DESCRIPTION .PP Retrieve, modify, and re-set a value from a window. .SH PARAMS hWnd \fB[In]\fR Window to get value from. .PP \fIoffset\fR \fB[In]\fR Offset of value. .PP \fImask\fR \fB[In]\fR Mask for \fIflags\fR. .PP \fIflags\fR \fB[In]\fR Bits to set in window value. .PP .SH RETURNS .PP The new value as it was set, or \fB0\fR if any parameter is invalid. .SH NOTES .PP Only bits specified in \fImask\fR are affected \fB-\fR set if present in \fIflags\fR and reset otherwise. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.