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