6 references to GET_CLASS_LONG_INDEX
Microsoft.Private.Windows.Core (6)
Windows\Win32\PInvokeCore.GetClassLong.cs (3)
11
private static extern nint GetClassLongW(HWND hWnd,
GET_CLASS_LONG_INDEX
nIndex);
15
private static extern nint GetClassLongPtrW(HWND hWnd,
GET_CLASS_LONG_INDEX
nIndex);
17
public static IntPtr GetClassLong(HWND hWnd,
GET_CLASS_LONG_INDEX
nIndex)
Windows\Win32\PInvokeCore.SetClassLong.cs (3)
10
private static extern nint SetClassLongW(HWND hwnd,
GET_CLASS_LONG_INDEX
nIndex, nint dwNewLong);
13
private static extern nint SetClassLongPtrW(HWND hwnd,
GET_CLASS_LONG_INDEX
nIndex, nint dwNewLong);
15
public static nint SetClassLong(HWND hWnd,
GET_CLASS_LONG_INDEX
nIndex, nint dwNewLong)