SHSetWindowBits (SHLWAPI.165)
LONG SHSetWindowBits ( HWND hwnd, INT offset, UINT mask, UINT flags )
Retrieve, modify, and re-set a value from a window.
hWnd | [In] | Window to get value from. |
offset | [In] | Offset of value. |
mask | [In] | Mask for flags. |
flags | [In] | Bits to set in window value. |
The new value as it was set, or 0 if any parameter is invalid.
Only bits specified in mask are affected - set if present in flags and reset otherwise.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.