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