2 references to SetWindowLong
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.SetWindowLong.cs (2)
30
nint result =
SetWindowLong
(hWnd, nIndex, (nint)newValue.Handle);
39
IntPtr result =
SetWindowLong
(hWnd, nIndex, pointer);