8 references to WINDOW_LONG_PTR_INDEX
Microsoft.Private.Windows.Core (8)
Windows\Win32\PInvokeCore.GetWindowLong.cs (3)
9
private static extern nint GetWindowLongW(HWND hWnd,
WINDOW_LONG_PTR_INDEX
nIndex);
12
private static extern nint GetWindowLongPtrW(HWND hWnd,
WINDOW_LONG_PTR_INDEX
nIndex);
25
public static nint GetWindowLong<T>(T hWnd,
WINDOW_LONG_PTR_INDEX
nIndex)
Windows\Win32\PInvokeCore.SetWindowLong.cs (5)
9
private static extern nint SetWindowLongW(HWND hWnd,
WINDOW_LONG_PTR_INDEX
nIndex, nint dwNewLong);
12
private static extern nint SetWindowLongPtrW(HWND hWnd,
WINDOW_LONG_PTR_INDEX
nIndex, nint dwNewLong);
14
public static nint SetWindowLong<T>(T hWnd,
WINDOW_LONG_PTR_INDEX
nIndex, nint newValue)
24
public static nint SetWindowLong<THwnd, TNewValue>(THwnd hWnd,
WINDOW_LONG_PTR_INDEX
nIndex, TNewValue newValue)
33
public static nint SetWindowLong<T>(T hWnd,
WINDOW_LONG_PTR_INDEX
nIndex, WNDPROC dwNewLong)