Пример #1
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);
Пример #2
0
		public static extern WindowStyle GetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex);
Пример #3
0
		public static extern WindowStyle SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, WindowStyle dwNewLong);
Пример #4
0
 public static extern int SetWindowLong(IntPtr hWnd, SetWindowLongIndex nIndex, int dwNewLong);