User32SetWindowLong Method

Overload List

SetWindowLong(HandleRef, WindowLongValues, UInt32) Changes an attribute of the specified window.

The function also sets the 32-bit (LONG) value at the specified offset into the extra window memory.
Obsolete.

SetWindowLong(IntPtr, WindowLongValues, UInt32) Changes an attribute of the specified window.

The function also sets the 32-bit (LONG) value at the specified offset into the extra window memory.
Obsolete.

SetWindowLong(SafeHandle, WindowLongValues, UInt32) Changes an attribute of the specified window.

The function also sets the 32-bit (LONG) value at the specified offset into the extra window memory.
Obsolete.

See Also