Пример #1
0
        public static IntPtr SetClassLong(IntPtr hWnd, ClassLongIndex nIndex, IntPtr dwNewLong)
        {
            if (IntPtr.Size == 4)
            {
                return(SetClassLong32(hWnd, nIndex, dwNewLong));
            }

            return(SetClassLong64(hWnd, nIndex, dwNewLong));
        }
Пример #2
0
 private static extern IntPtr SetClassLong32(IntPtr hWnd, ClassLongIndex nIndex, IntPtr dwNewLong);
Пример #3
0
        public static IntPtr SetClassLong(IntPtr hWnd, ClassLongIndex nIndex, IntPtr dwNewLong)
        {
            if (IntPtr.Size == 4)
            {
                return SetClassLong32(hWnd, nIndex, dwNewLong);
            }

            return SetClassLong64(hWnd, nIndex, dwNewLong);
        }
Пример #4
0
 private static extern IntPtr SetClassLong32(IntPtr hWnd, ClassLongIndex nIndex, IntPtr dwNewLong);
Пример #5
0
 public static extern IntPtr GetClassLongPtr64(IntPtr hWnd, ClassLongIndex nIndex);
Пример #6
0
 public static extern uint GetClassLongPtr32(IntPtr hWnd, ClassLongIndex nIndex);
Пример #7
0
 private static extern uint GetClassLong32(IntPtr hWnd, ClassLongIndex nIndex);
Пример #8
0
 private static extern IntPtr GetClassLong64(IntPtr hWnd, ClassLongIndex nIndex);
Пример #9
0
 private static extern IntPtr GetClassLongPtr(IntPtr hWnd, ClassLongIndex index);