SHSetWindowBits (SHLWAPI.165)
LONG SHSetWindowBits ( HWND hwnd, INT offset, UINT wMask, UINT wFlags )
Retrieve, modify, and re-set a value from a window.
hWnd | [In] | Window to get value from. |
offset | [In] | Offset of value. |
wMask | [In] | Mask for uiFlags. |
wFlags | [In] | Bits to set in window value. |
The new value as it was set, or 0 if any parameter is invalid.
Any bits set in uiMask are cleared from the value, then any bits set in uiFlags are set in the value.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". source.winehq.org/source/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.