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