Method wnd.SetWindowLong
Overload
Calls API SetWindowLongPtr.
public nint SetWindowLong(int index, nint newValue, bool noException = false)
Parameters
index (int)
A constant from GWL, or an offset in window memory reserved when registering window class. |
newValue (nint)
New value. |
noException (bool)
Don't throw exception when fails. |
Returns
Exceptions
Remarks
See also API SetWindowSubclass.