SHSetWindowBits.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SHSetWindowBits (SHLWAPI.165)

SYNOPSIS

LONG SHSetWindowBits
 (
  HWND hwnd,
  INT  offset,
  UINT wMask,
  UINT wFlags
 )

DESCRIPTION

Retrieve, modify, and re-set a value from a window.

PARAMS

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.

RETURNS

The new value as it was set, or 0 if any parameter is invalid.

NOTES

Any bits set in uiMask are cleared from the value, then any bits set in uiFlags are set in the value.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c".

Debug channel "shell".